Home
last modified time | relevance | path

Searched defs:UI_TIMEOUT (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/interactive/automation/src/main/java/com/google/android/interactive/steps/home/
DTriggerQRCodeURIActionStepAutomation.java35 private static final int UI_TIMEOUT = 60000; field in TriggerQRCodeURIActionStepAutomation
45 tapToSetUpButton.clickAndWait(Until.newWindow(), UI_TIMEOUT); in automate() local
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerThrottlingTest.java50 private static final int UI_TIMEOUT = 5000; field in ShortcutManagerThrottlingTest
170 ud.wait(Until.gone(By.text(INLINE_REPLY_REMOTE_INPUT_CAPTION)), UI_TIMEOUT); in performInlineReply() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DTimeouts.java92 public static final Timeout UI_TIMEOUT = new Timeout("UI_TIMEOUT", field in Timeouts
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextViewIntegrationTest.java74 private static final Timeout UI_TIMEOUT = new Timeout("UI_TIMEOUT", 2_000, 2F, 10_000); field in TextViewIntegrationTest
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCameraEvictionTest.java72 private static final int UI_TIMEOUT = 10000; // Time to wait for UI event before timeout (ms). field in CameraEvictionTest