Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java320 protected void waitForUser(int waitMessageResId) throws InterruptedException { in waitForUser() method in BaseSensorTestActivity
340 waitForUser(R.string.snsr_wait_to_begin); in waitForUserToBegin()
348 waitForUser(R.string.snsr_wait_to_retry); in waitForUserToRetry()
356 waitForUser(R.string.snsr_wait_to_finish); in waitForUserToFinish()
364 waitForUser(R.string.snsr_wait_for_user); in waitForUserToContinue()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DHingeAngleTestActivity.java63 .createOperation(environment, () -> waitForUser(instructionsResId)); in verifyMeasurements()
DStepSensorPermissionTestActivity.java122 waitForUser(R.string.snsr_step_permission_walk); in runTest()
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DTestSensorOperation.java87 void waitForUser() throws InterruptedException; in waitForUser() method
391 operation.waitForUser(); in createOperation()