Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DStepCounterTestActivity.java212 int totalStepsCounted = 0; in verifyStepCounterMeasurements() local
232 int countDelta = stepsCounted - totalStepsCounted; in verifyStepCounterMeasurements()
250 totalStepsCounted = stepsCounted; in verifyStepCounterMeasurements()
254 int stepsCountedDelta = Math.abs(totalStepsCounted - userReportedSteps); in verifyStepCounterMeasurements()
258 totalStepsCounted, in verifyStepCounterMeasurements()