Searched refs:ACTIVITY_FOCUS_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance
62 private static final int ACTIVITY_FOCUS_TIMEOUT_MS = 3000; field in ToastWindowTest128 waitForActivityFocused(ACTIVITY_FOCUS_TIMEOUT_MS, Components.CLICKABLE_TOAST_ACTIVITY); in testToastWindowIsNotClickable()
91 private static final int ACTIVITY_FOCUS_TIMEOUT_MS = 3000; field in BackgroundActivityLaunchTest262 boolean result = waitForActivityFocused(ACTIVITY_FOCUS_TIMEOUT_MS, in testActivityBroughtToTopOfTaskWhenLaunchedInTheBackground()290 boolean result = waitForActivityFocused(ACTIVITY_FOCUS_TIMEOUT_MS, in testActivityBlockedWhenLaunchedAfterHomePress()718 result = waitForActivityFocused(ACTIVITY_FOCUS_TIMEOUT_MS + delayMs, in assertPendingIntentBroadcastTimeoutTest()730 return waitForActivityFocused(ACTIVITY_FOCUS_TIMEOUT_MS, componentName); in waitForActivityFocused()