Home
last modified time | relevance | path

Searched refs:ACTIVITY_FOCUS_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DToastWindowTest.java62 private static final int ACTIVITY_FOCUS_TIMEOUT_MS = 3000; field in ToastWindowTest
128 waitForActivityFocused(ACTIVITY_FOCUS_TIMEOUT_MS, Components.CLICKABLE_TOAST_ACTIVITY); in testToastWindowIsNotClickable()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java86 private static final int ACTIVITY_FOCUS_TIMEOUT_MS = 3000; field in BackgroundActivityLaunchTest
254 boolean result = waitForActivityFocused(ACTIVITY_FOCUS_TIMEOUT_MS, in testActivityBroughtToTopOfTaskWhenLaunchedInTheBackground()
282 boolean result = waitForActivityFocused(ACTIVITY_FOCUS_TIMEOUT_MS, in testActivityBlockedWhenLaunchedAfterHomePress()
644 result = waitForActivityFocused(ACTIVITY_FOCUS_TIMEOUT_MS + delayMs, in assertPendingIntentBroadcastTimeoutTest()
656 return waitForActivityFocused(ACTIVITY_FOCUS_TIMEOUT_MS, componentName); in waitForActivityFocused()