Searched refs:assertActivityNotFocused (Results 1 – 2 of 2) sorted by relevance
147 assertActivityNotFocused(APP_A.BACKGROUND_ACTIVITY); in testBackgroundActivityBlocked()161 assertActivityNotFocused(APP_A.BACKGROUND_ACTIVITY); in testBackgroundActivityBlockedInStartNextMatchingActivity()205 assertActivityNotFocused(APP_A.BACKGROUND_ACTIVITY); in testBackgroundActivity_withinASMGracePeriod_isBlocked()220 assertActivityNotFocused(APP_A.BACKGROUND_ACTIVITY); in testBackgroundActivity_withinBalAfterAsmGracePeriod_isBlocked()311 assertActivityNotFocused(APP_A.FOREGROUND_ACTIVITY); in testActivityBroughtToTopOfTaskWhenLaunchedInTheBackground()312 assertActivityNotFocused(APP_A.BACKGROUND_ACTIVITY); in testActivityBroughtToTopOfTaskWhenLaunchedInTheBackground()340 assertActivityNotFocused(APP_A.BACKGROUND_ACTIVITY); in testActivityBlockedFromBgActivityInFgTask()386 assertActivityNotFocused(APP_A.FOREGROUND_ACTIVITY); in testActivityBlockedWhenForegroundActivityRestartsItself()421 assertActivityNotFocused(APP_A.BACKGROUND_ACTIVITY); in testSecondActivityBlockedWhenBackgroundActivityLaunch()422 assertActivityNotFocused(APP_A.SECOND_BACKGROUND_ACTIVITY); in testSecondActivityBlockedWhenBackgroundActivityLaunch()[all …]
343 assertActivityNotFocused(launchedComponent); in executeAndAssertLaunch()408 protected void assertActivityNotFocused(ComponentName componentName) { in assertActivityNotFocused() method in BackgroundActivityTestBase409 assertActivityNotFocused(ACTIVITY_NOT_FOCUS_TIMEOUT, componentName); in assertActivityNotFocused()416 protected void assertActivityNotFocused(ComponentName componentName, String message) { in assertActivityNotFocused() method in BackgroundActivityTestBase417 assertActivityNotFocused(ACTIVITY_NOT_FOCUS_TIMEOUT, componentName, message); in assertActivityNotFocused()427 protected void assertActivityNotFocused(Duration timeout, ComponentName componentName) { in assertActivityNotFocused() method in BackgroundActivityTestBase428 assertActivityNotFocused(timeout, componentName, in assertActivityNotFocused()445 protected void assertActivityNotFocused(Duration timeout, ComponentName componentName, in assertActivityNotFocused() method in BackgroundActivityTestBase