Home
last modified time | relevance | path

Searched refs:currentLap (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DPath.java47 float[] coordinates, boolean userGenerated, Manager.Lap currentLap) in createWaypointAndAddToPath() argument
53 Waypoint waypoint = new Waypoint(coordinates, userGenerated, currentLap); in createWaypointAndAddToPath()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java86 float[] coordinates, boolean userGenerated, Manager.Lap currentLap) in addWaypointDataToPath() argument
89 mTestPath.createWaypointAndAddToPath(coordinates, userGenerated, currentLap); in addWaypointDataToPath()