Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java35 public static final long TIME_TO_ADD_MARKER = 20000; field in RobustnessPath
123 return TIME_TO_ADD_MARKER - timeRemaining; in calculateTimeRemaining()
125 return TIME_TO_ADD_MARKER; in calculateTimeRemaining()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DRobustnessTest.java92 if (mTimeDifferences.get(i) > RobustnessPath.TIME_TO_ADD_MARKER) { in timerTest()
124 … + RobustnessPath.TIME_TO_ADD_MARKER / 1000 + " Completed time: " + Math.abs(failedTime) / 1000 + in recordTimerTestResults()