Home
last modified time | relevance | path

Searched refs:setExpectedState (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
DActivityLifecyclePipTests.java95 .setExpectedState(ON_PAUSE) in testPipOnLaunch()
122 .setExpectedState(ON_PAUSE) in testDestroyPip()
143 .setExpectedState(ON_PAUSE) in testLaunchBelowPip()
163 .setExpectedState(ON_PAUSE) in testIntoPipSameTask()
170 .setExpectedState(ON_PAUSE) in testIntoPipSameTask()
200 .setExpectedState(ON_PAUSE) in testDestroyBelowPip()
221 .setExpectedState(ON_PAUSE) in testSplitScreenBelowPip()
280 .setExpectedState(ON_PAUSE) in testPipAboveSplitScreen()
DActivityLifecycleKeyguardTests.java69 .setExpectedState(ON_STOP) in testSingleLaunch()
149 .setExpectedState(ON_PAUSE) in testKeyguardShowHideOverPip()
DActivityLifecycleTests.java342 .setExpectedState(ON_STOP) in testLaunchForResultAndLaunchAfterResultSequence()
404 .setExpectedState(ON_DESTROY) in testTrampolineLifecycle()
578 .setExpectedState(ON_STOP) in testLaunchActivityWithFlagForwardResult()
631 .setExpectedState(ON_STOP) in testOnActivityResultAfterStop()
949 .setExpectedState(ON_DESTROY) in verifyFinishAtStage()
DActivityLifecycleTopResumedStateTests.java212 .setExpectedState(ON_STOP) in testTopPositionSwitchOnDoubleLaunch()
698 .setExpectedState(ON_STOP) in testTopPositionLaunchedBehindLockScreen()
1149 .setExpectedState(ON_PAUSE) in testTopPositionNotSwitchedToPip()
1197 .setExpectedState(ON_PAUSE) in testTopPositionForAlwaysFocusableActivityInPip()
DActivityLifecycleClientTestBase.java183 public Launcher setExpectedState(String expectedState) { in setExpectedState() method in ActivityLifecycleClientTestBase.Launcher