Searched defs:UI_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
35 private static final int UI_TIMEOUT = 60000; field in TriggerQRCodeURIActionStepAutomation45 tapToSetUpButton.clickAndWait(Until.newWindow(), UI_TIMEOUT); in automate() local
50 private static final int UI_TIMEOUT = 5000; field in ShortcutManagerThrottlingTest170 ud.wait(Until.gone(By.text(INLINE_REPLY_REMOTE_INPUT_CAPTION)), UI_TIMEOUT); in performInlineReply() local
92 public static final Timeout UI_TIMEOUT = new Timeout("UI_TIMEOUT", field in Timeouts
74 private static final Timeout UI_TIMEOUT = new Timeout("UI_TIMEOUT", 2_000, 2F, 10_000); field in TextViewIntegrationTest
72 private static final int UI_TIMEOUT = 10000; // Time to wait for UI event before timeout (ms). field in CameraEvictionTest