Searched refs:mLap (Results 1 – 2 of 2) sorted by relevance
48 private Lap mLap = Lap.LAP_1; field in Manager125 switch (mLap) { in addPoseDataToPath()128 mReferencePath.createWaypointAndAddToPath(coordinates, userGenerated, mLap); in addPoseDataToPath()154 mAccuracyTest.addWaypointDataToPath(coordinates, userGenerated, mLap); in addPoseDataToPath()157 mRobustnessTest.addWaypointDataToPath(coordinates, userGenerated, mLap); in addPoseDataToPath()160 mComplexMovementTest.addWaypointDataToPath(coordinates, userGenerated, mLap); in addPoseDataToPath()175 switch (mLap) { in removeLastAddedMarker()201 mLap = Lap.LAP_2; in startAccuracyTest()210 mLap = Lap.LAP_3; in startRobustnessTest()219 mLap = Lap.LAP_4; in startComplexMovementTest()[all …]
26 private final Manager.Lap mLap; field in Waypoint38 this.mLap = lap; in Waypoint()59 return mLap; in getLap()