Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java319 protected void waitForUser(int waitMessageResId) throws InterruptedException { in waitForUser() method in BaseSensorTestActivity
339 waitForUser(R.string.snsr_wait_to_begin); in waitForUserToBegin()
347 waitForUser(R.string.snsr_wait_to_retry); in waitForUserToRetry()
355 waitForUser(R.string.snsr_wait_to_finish); in waitForUserToFinish()
363 waitForUser(R.string.snsr_wait_for_user); in waitForUserToContinue()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DBaseGnssTestActivity.java246 protected void waitForUser(int waitMessageResId) throws InterruptedException { in waitForUser() method in BaseGnssTestActivity
261 waitForUser(R.string.snsr_wait_to_begin); in waitForUserToBegin()
269 waitForUser(R.string.snsr_wait_for_user); in waitForUserToContinue()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DStepSensorPermissionTestActivity.java122 waitForUser(R.string.snsr_step_permission_walk); in runTest()