Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DOffBodySensorTestActivity.java155 public String awaitAndVerifyEvent(float expectedResponseValue) throws Throwable { in awaitAndVerifyEvent() method in OffBodySensorTestActivity.SensorEventVerifier
156 return awaitAndVerifyEvent(expectedResponseValue, 0); in awaitAndVerifyEvent()
159 public String awaitAndVerifyEvent(float expectedResponseValue, int maxEventLatencyMs) in awaitAndVerifyEvent() method in OffBodySensorTestActivity.SensorEventVerifier
442 mVerifier.awaitAndVerifyEvent(OFF_BODY_EVENT_VALUE, MAX_OFF_BODY_EVENT_LATENCY_MS); in runOffbodyDetectResponseTimeTest()
488 mVerifier.awaitAndVerifyEvent(ON_BODY_EVENT_VALUE, MAX_ON_BODY_EVENT_LATENCY_MS); in runOnbodyDetectResponseTimeTest()