Home
last modified time | relevance | path

Searched refs:STATE_STOPPED (Results 1 – 24 of 24) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplitActivityLifecycleTest.java26 import static android.server.wm.WindowManagerState.STATE_STOPPED;
177 waitAndAssertActivityState(mActivityA, STATE_STOPPED, in testActivityLaunchInSameSplitTaskFragment()
216 waitAndAssertActivityState(mActivityB, STATE_STOPPED, in testActivityLaunchInAdjacentSplitTaskFragment()
255 waitAndAssertActivityState(mActivityB, STATE_STOPPED, in testActivityLaunchFromBottomTaskFragment()
288 waitAndAssertActivityState(mActivityB, STATE_STOPPED, in testSandwichTaskFragmentInAdjacent()
322 waitAndAssertActivityState(mActivityB, STATE_STOPPED, in testSandwichTaskFragmentInAdjacent_partialOccluding()
376 waitAndAssertActivityState(mActivityA, STATE_STOPPED, in testAdjacentActivityLaunchFromSecondarySplitTaskFragment()
417 waitAndAssertActivityState(mActivityA, STATE_STOPPED, in testActivityLaunchInExpandedTaskFragmentInternal()
419 waitAndAssertActivityState(mActivityB, STATE_STOPPED, in testActivityLaunchInExpandedTaskFragmentInternal()
442 waitAndAssertActivityState(mActivityA, STATE_STOPPED,"Activity A must be stopped"); in testLaunchEmbeddedActivityWithShowWhenLocked()
[all …]
DMultiDisplayLockedKeyguardTests.java20 import static android.server.wm.WindowManagerState.STATE_STOPPED;
76 waitAndAssertActivityState(TEST_ACTIVITY, STATE_STOPPED, in testVirtualDisplayHidesContentWhenLocked()
105 waitAndAssertActivityState(TEST_ACTIVITY, STATE_STOPPED, in testPrivateDisplayHideContentWhenLocked()
129 waitAndAssertActivityState(DISMISS_KEYGUARD_ACTIVITY, STATE_STOPPED, in testDismissKeyguard_secondaryDisplay()
155 waitAndAssertActivityState(DISMISS_KEYGUARD_ACTIVITY, STATE_STOPPED, in testDismissKeyguard_whileOccluded_secondaryDisplay()
DBackNavigationLegacyTest.java19 import static android.server.wm.WindowManagerState.STATE_STOPPED;
58 waitAndAssertActivityState(BACK_LEGACY, STATE_STOPPED, "Activity should be stopped"); in receiveOnBackPressed()
DActivityVisibilityTests.java29 import static android.server.wm.WindowManagerState.STATE_STOPPED;
219 waitAndAssertActivityState(TOP_ACTIVITY, STATE_STOPPED, "Activity must be stopped."); in testTurnScreenOnActivity()
224 waitAndAssertActivityState(TURN_SCREEN_ON_ACTIVITY, STATE_STOPPED, in testTurnScreenOnActivity()
426 mWmState.waitForActivityState(MOVE_TASK_TO_BACK_ACTIVITY,STATE_STOPPED); in performFinishActivityWithMoveTaskToBack()
585 waitAndAssertActivityState(activityWithSameAffinity, STATE_STOPPED, in testActivityStoppedWhileNextActivityNotIdle()
651 mWmState.waitForActivityState(TURN_SCREEN_ON_ATTR_ACTIVITY, STATE_STOPPED); in testTurnScreenOnAttrWithLockScreen()
706 mWmState.waitForActivityState(TURN_SCREEN_ON_ATTR_REMOVE_ATTR_ACTIVITY, STATE_STOPPED); in testTurnScreenOnAttrRemove()
728 waitAndAssertActivityState(TURN_SCREEN_ON_SINGLE_TASK_ACTIVITY, STATE_STOPPED, in testTurnScreenOnSingleTask()
750 waitAndAssertActivityState(TURN_SCREEN_ON_WITH_RELAYOUT_ACTIVITY, STATE_STOPPED, in testTurnScreenOnActivity_withRelayout()
767 waitAndAssertActivityState(TEST_ACTIVITY, STATE_STOPPED, in testGoingHomeMultipleTimes()
[all …]
DBackNavigationLegacyGestureTest.java19 import static android.server.wm.WindowManagerState.STATE_STOPPED;
66 waitAndAssertActivityState(BACK_LEGACY, STATE_STOPPED, "Activity should be stopped"); in receiveOnBackPressed()
DDreamManagerServiceTests.java21 import static android.server.wm.WindowManagerState.STATE_STOPPED;
165 mWmState.waitForActivityState(Components.TEST_ACTIVITY, STATE_STOPPED); in testStartActivityDoesNotWakeAndIsNotResumed()
215 waitAndAssertActivityState(Components.TEST_ACTIVITY, STATE_STOPPED, in testStartActivityOnKeyguardLocked()
DKeyguardTransitionTests.java19 import static android.server.wm.WindowManagerState.STATE_STOPPED;
175 STATE_STOPPED); in testOccludeAttrRemove()
DTaskFragmentOrganizerTest.java21 import static android.server.wm.WindowManagerState.STATE_STOPPED;
252 waitAndAssertActivityState(mOwnerActivityName, STATE_STOPPED, in testActivityVisibilityBehindTaskFragment()
DMultiDisplayPolicyTests.java25 import static android.server.wm.WindowManagerState.STATE_STOPPED;
299 waitAndAssertActivityState(TEST_ACTIVITY, STATE_STOPPED, in testExternalDisplayToggleState()
607 waitAndAssertActivityState(RESIZEABLE_ACTIVITY, STATE_STOPPED, in testStackFocusSwitchOnTouchEventAfterKeyguard()
658 waitAndAssertActivityState(TEST_ACTIVITY, STATE_STOPPED, in testSecondaryDisplayShowWhenLocked()
DStartActivityTests.java29 import static android.server.wm.WindowManagerState.STATE_STOPPED;
161 waitAndAssertActivityState(TRANSLUCENT_ACTIVITY, STATE_STOPPED, in testStartActivityTaskLaunchBehind()
DMultiWindowTests.java25 import static android.server.wm.WindowManagerState.STATE_STOPPED;
559 mWmState.waitForActivityState(TRANSLUCENT_TEST_ACTIVITY, STATE_STOPPED); in testVisibilityWithTranslucentAndTopFinishingActivity()
DActivityMetricsLoggerTests.java23 import static android.server.wm.WindowManagerState.STATE_STOPPED;
270 waitAndAssertActivityState(TEST_ACTIVITY, STATE_STOPPED, "Activity should be stopped"); in testAppHotLaunchSetsWaitResultDelayData()
DPinnedStackTests.java36 import static android.server.wm.WindowManagerState.STATE_STOPPED;
601 mWmState.waitForActivityState(PIP_ON_STOP_ACTIVITY, STATE_STOPPED); in testDisallowPipLaunchFromStoppedActivity()
1090 waitAndAssertActivityState(SDK_27_LAUNCH_ENTER_PIP_ACTIVITY, STATE_STOPPED, in testLaunchStoppedActivityWithPiPInSameProcessPreQ()
1559 waitAndAssertActivityState(PIP_ACTIVITY, STATE_STOPPED, "activity must be stopped"); in testAutoPipOnLaunchingActivityWithNoUserAction()
1728 waitAndAssertActivityState(activityName, STATE_STOPPED, in assertPinnedStackStateOnMoveToBackStack()
DMultiDisplayActivityLaunchTests.java40 import static android.server.wm.WindowManagerState.STATE_STOPPED;
225 waitAndAssertActivityState(RESIZEABLE_ACTIVITY, STATE_STOPPED, in testLaunchExternalDisplayActivityWhilePrimaryOff()
/cts/tests/tests/systemui/PipTestApp/src/android/systemui/cts/tv/pip/
DPipTestActivity.kt34 import android.media.session.PlaybackState.STATE_STOPPED in <lambda>()
65 .setState(STATE_STOPPED) in <lambda>()
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleFreeformTests.java26 import static android.server.wm.WindowManagerState.STATE_STOPPED;
152 waitAndAssertActivityState(getComponentName(FirstActivity.class), STATE_STOPPED, in testLaunchOccludingInFreeform() local
DActivityTests.java21 import static android.server.wm.WindowManagerState.STATE_STOPPED;
76 mWmState.waitForActivityState(firstActivity.getComponentName(), STATE_STOPPED); in testReleaseActivityInstance_invisible() local
DActivityLifecycleTests.java27 import static android.server.wm.WindowManagerState.STATE_STOPPED;
737 targetActivity, isTranslucent ? STATE_PAUSED : STATE_STOPPED); in testRestoreFromKill()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DPlaybackStateTest.java311 PlaybackState.STATE_STOPPED, in testIsActive()
DMediaSessionTest.java651 assertEquals(PlaybackState.STATE_STOPPED, in testCallbackOnMediaButtonEvent()
1162 setPlaybackState(PlaybackState.STATE_STOPPED); in onStop()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java82 import static android.server.wm.WindowManagerState.STATE_STOPPED;
1208 mWmState.waitForActivityState(activityName, STATE_STOPPED); in waitAndAssertStoppedActivity()
1210 assertTrue(message, mWmState.hasActivityState(activityName, STATE_STOPPED)); in waitAndAssertStoppedActivity()
DWindowManagerState.java103 public static final String STATE_STOPPED = "STOPPED"; field in WindowManagerState
781 (a) -> !a.state.equals(STATE_STOPPED) && !a.state.equals(STATE_DESTROYED)); in containsStartedActivities()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java2061 WindowManagerState.STATE_STOPPED); in testPipActivity_StopToPause()
2083 WindowManagerState.STATE_STOPPED); in testPipActivity_StopToPause()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/res/apis/
Dcurrent.txt24649 field public static final int STATE_STOPPED = 12; // 0xc
25103 field public static final int STATE_STOPPED = 1; // 0x1
44595 field public static final int STATE_STOPPED = 1; // 0x1
44697 field public static final int STATE_STOPPED = 1; // 0x1