Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DOffBodySensorTestActivity.java64 private static final float OFF_BODY_EVENT_VALUE = 0; field in OffBodySensorTestActivity
118 case (int) OFF_BODY_EVENT_VALUE: in onSensorChanged()
228 OFF_BODY_EVENT_VALUE, in verifyOffbodyEventNotInvalid() local
442 mVerifier.awaitAndVerifyEvent(OFF_BODY_EVENT_VALUE, MAX_OFF_BODY_EVENT_LATENCY_MS); in runOffbodyDetectResponseTimeTest()
466 if (event.values[0] != OFF_BODY_EVENT_VALUE) { in runOnbodyDetectResponseTimeTest()
475 if (event.values[0] != OFF_BODY_EVENT_VALUE) { in runOnbodyDetectResponseTimeTest()
478 OFF_BODY_EVENT_VALUE, in runOnbodyDetectResponseTimeTest() local
554 mVerifier.verifyEvent(registry, OFF_BODY_EVENT_VALUE, 0); in runWakeAPOffbodyDetectTest()