Searched refs:GLOBAL_TIMEOUT_MILLIS (Results 1 – 1 of 1) sorted by relevance
70 private static final long GLOBAL_TIMEOUT_MILLIS = 10000; field in BasePermissionsTest72 private static final long RETRY_TIMEOUT = 10 * GLOBAL_TIMEOUT_MILLIS;285 IDLE_TIMEOUT_MILLIS, GLOBAL_TIMEOUT_MILLIS); in requestPermissions()302 GLOBAL_TIMEOUT_MILLIS).click(); in clickAllowButton()309 GLOBAL_TIMEOUT_MILLIS).click(); in clickAllowAlwaysButton()316 GLOBAL_TIMEOUT_MILLIS).click(); in clickAllowForegroundButton()324 GLOBAL_TIMEOUT_MILLIS).click(); in clickDenyButton()331 GLOBAL_TIMEOUT_MILLIS).click(); in clickDenyAndDontAskAgainButton()339 GLOBAL_TIMEOUT_MILLIS).click(); in clickDontAskAgainButton()360 getUiDevice().wait(Until.findObject(By.clazz(ScrollView.class)), GLOBAL_TIMEOUT_MILLIS); in scrollToBottomIfWatch() local[all …]