Searched refs:waitAndAssertActivityState (Results 1 – 8 of 8) sorted by relevance
79 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_RESUMED, in testLaunchInFreeform()110 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_RESUMED, message); in testMultiLaunchInFreeform()111 waitAndAssertActivityState(getComponentName(SecondActivity.class), STATE_RESUMED, message); in testMultiLaunchInFreeform()112 waitAndAssertActivityState(getComponentName(ThirdActivity.class), STATE_RESUMED, message); in testMultiLaunchInFreeform()144 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_STOPPED, in testLaunchOccludingInFreeform()147 waitAndAssertActivityState(getComponentName(SecondActivity.class), STATE_RESUMED, message); in testLaunchOccludingInFreeform()148 waitAndAssertActivityState(getComponentName(ThirdActivity.class), STATE_RESUMED, message); in testLaunchOccludingInFreeform()163 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_RESUMED, in testLaunchOccludingInFreeform()202 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_PAUSED, in testLaunchTranslucentInFreeform()205 waitAndAssertActivityState(getComponentName(TranslucentActivity.class), STATE_RESUMED, in testLaunchTranslucentInFreeform()[all …]
76 waitAndAssertActivityState(TEST_ACTIVITY, STATE_STOPPED, in testVirtualDisplayHidesContentWhenLocked()86 waitAndAssertActivityState(TEST_ACTIVITY, STATE_RESUMED, in testVirtualDisplayHidesContentWhenLocked()107 waitAndAssertActivityState(TEST_ACTIVITY, STATE_STOPPED, in testPrivateDisplayHideContentWhenLocked()131 waitAndAssertActivityState(DISMISS_KEYGUARD_ACTIVITY, STATE_STOPPED, in testDismissKeyguard_secondaryDisplay()158 waitAndAssertActivityState(DISMISS_KEYGUARD_ACTIVITY, STATE_STOPPED, in testDismissKeyguard_whileOccluded_secondaryDisplay()
477 waitAndAssertActivityState(TURN_SCREEN_ON_SINGLE_TASK_ACTIVITY, STATE_STOPPED, in testTurnScreenOnSingleTask()500 waitAndAssertActivityState(TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY, STATE_STOPPED, in testTurnScreenOnActivity_withRelayout()518 waitAndAssertActivityState(TEST_ACTIVITY, STATE_STOPPED, in testGoingHomeMultipleTimes()538 waitAndAssertActivityState(TEST_ACTIVITY, STATE_STOPPED, in testPressingHomeButtonMultipleTimes()555 waitAndAssertActivityState(TEST_ACTIVITY, STATE_STOPPED, in testPressingHomeButtonMultipleTimesQuick()
327 waitAndAssertActivityState(TEST_ACTIVITY, STATE_STOPPED, in testExternalDisplayToggleState()653 waitAndAssertActivityState(RESIZEABLE_ACTIVITY, STATE_STOPPED, in testStackFocusSwitchOnTouchEventAfterKeyguard()713 waitAndAssertActivityState(TEST_ACTIVITY, STATE_STOPPED, in testSecondaryDisplayShowWhenLocked()
771 waitAndAssertActivityState(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY, STATE_STOPPED, in testLaunchStoppedActivityWithPiPInSameProcessPreQ()777 waitAndAssertActivityState(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY, STATE_RESUMED, in testLaunchStoppedActivityWithPiPInSameProcessPreQ()1310 waitAndAssertActivityState(activityName, STATE_STOPPED, in assertPinnedStackStateOnMoveToFullscreen()
200 waitAndAssertActivityState(RESIZEABLE_ACTIVITY, STATE_STOPPED, in testLaunchExternalDisplayActivityWhilePrimaryOff()
297 waitAndAssertActivityState(APP_A_BACKGROUND_ACTIVITY, STATE_INITIALIZING, in testSecondActivityNotBlockedWhenForegroundActivityLaunch()
856 protected void waitAndAssertActivityState(ComponentName activityName, in waitAndAssertActivityState() method in ActivityManagerTestBase