Searched refs:WINDOW_FOCUS_TIMEOUT_MILLIS (Results 1 – 3 of 3) sorted by relevance
27 public static final long WINDOW_FOCUS_TIMEOUT_MILLIS = 10_000L; field in WindowUtil35 PollingCheck.waitFor(WINDOW_FOCUS_TIMEOUT_MILLIS, in waitForFocus()44 PollingCheck.waitFor(WINDOW_FOCUS_TIMEOUT_MILLIS, in waitForFocus()
80 PollingCheck.waitFor(WindowUtil.WINDOW_FOCUS_TIMEOUT_MILLIS) { !activity.hasWindowFocus() } in testStemPrimaryKeyNotDeliveredToAppWithoutPermission()104 PollingCheck.waitFor(WindowUtil.WINDOW_FOCUS_TIMEOUT_MILLIS) { !activity.hasWindowFocus() } in testStemPrimaryKeyUnhandledByApp()
170 PollingCheck.waitFor(WindowUtil.WINDOW_FOCUS_TIMEOUT_MILLIS) { !activity.hasWindowFocus() } in <lambda>()