Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/qstiles/
DInteractiveVerifierActivity.java53 protected static final int READY_AFTER_LONG_DELAY = 7; field in InteractiveVerifierActivity
278 if (mCurrentTest.status == READY_AFTER_LONG_DELAY) { in run()
289 case READY_AFTER_LONG_DELAY: in run()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DInteractiveVerifierActivity.java67 protected static final int READY_AFTER_LONG_DELAY = 7; field in InteractiveVerifierActivity
289 if (mCurrentTest.status == READY_AFTER_LONG_DELAY) { in run()
300 case READY_AFTER_LONG_DELAY: in run()
DAttentionManagementVerifierActivity.java766 status = READY_AFTER_LONG_DELAY; in setUp()
771 if (status == READY_AFTER_LONG_DELAY) { in test()