Home
last modified time | relevance | path

Searched refs:WINDOW_FOCUS_TIMEOUT_MILLIS (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DWindowUtil.java27 public static final long WINDOW_FOCUS_TIMEOUT_MILLIS = 10_000L; field in WindowUtil
35 PollingCheck.waitFor(WINDOW_FOCUS_TIMEOUT_MILLIS, in waitForFocus()
44 PollingCheck.waitFor(WINDOW_FOCUS_TIMEOUT_MILLIS, in waitForFocus()
/cts/tests/input/src/android/input/cts/
DOverrideSystemKeyBehaviorTest.kt80 PollingCheck.waitFor(WindowUtil.WINDOW_FOCUS_TIMEOUT_MILLIS) { !activity.hasWindowFocus() } in testStemPrimaryKeyNotDeliveredToAppWithoutPermission()
104 PollingCheck.waitFor(WindowUtil.WINDOW_FOCUS_TIMEOUT_MILLIS) { !activity.hasWindowFocus() } in testStemPrimaryKeyUnhandledByApp()
DTouchModeTest.kt170 PollingCheck.waitFor(WindowUtil.WINDOW_FOCUS_TIMEOUT_MILLIS) { !activity.hasWindowFocus() } in <lambda>()