Searched defs:UI_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
47 private static final int UI_TIMEOUT = 5000; field in ShortcutManagerThrottlingTest153 ud.wait(Until.gone(By.text(INLINE_REPLY_REMOTE_INPUT_CAPTION)), UI_TIMEOUT); in performInlineReply() local
78 static final Timeout UI_TIMEOUT = new Timeout("UI_TIMEOUT", ONE_TIMEOUT_TO_RULE_THEN_ALL_MS, 2F, field in Timeouts
44 private const val UI_TIMEOUT = 5000L constant
51 private static final int UI_TIMEOUT = 10000; // Time to wait for UI event before timeout (ms). field in CameraEvictionTest
120 private static final long UI_TIMEOUT = 5000L; field in RestrictedPermissionsTest