Home
last modified time | relevance | path

Searched refs:waitAndAssertActivityRemoved (Results 1 – 19 of 19) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityRecordInputSinkTests.java85 mWmState.waitAndAssertActivityRemoved(OVERLAY_IN_SAME_UID); in testOverlappingActivityInNewTask_BlocksTouches()
135 mWmState.waitAndAssertActivityRemoved(OVERLAY_IN_DIFFERENT_UID); in testOverlappingActivitySandwich_BlocksTouches()
DStartActivityTests.java264 mWmState.waitAndAssertActivityRemoved( in verifyNavigateUpTo()
266 mWmState.waitAndAssertActivityRemoved(activitySession2.getActivity().getComponentName()); in verifyNavigateUpTo()
330 mWmState.waitAndAssertActivityRemoved(BROADCAST_RECEIVER_ACTIVITY); in startingActivityWithType()
DActivityVisibilityTests.java353 mWmState.waitAndAssertActivityRemoved(BROADCAST_RECEIVER_ACTIVITY); in testFinishActivityInNonFocusedStack()
411 mWmState.waitAndAssertActivityRemoved(BROADCAST_RECEIVER_ACTIVITY); in testLaunchTaskOnHomeInLockTaskMode()
/cts/tests/tests/virtualdevice/applaunch/src/android/virtualdevice/cts/applaunch/
DActivityManagementTest.java113 mRule.waitAndAssertActivityRemoved(mEmptyActivityComponent); in removeActivityListener_shouldStopCallbacks()
128 mRule.waitAndAssertActivityRemoved(mEmptyActivityComponent); in activityListener_shouldCallOnTopActivityChange()
DDeviceAssociationTest.java285 mRule.waitAndAssertActivityRemoved(activity.getComponentName()); in applicationContext_activityOnVirtualDeviceDestroyed_returnsDefault()
296 mRule.waitAndAssertActivityRemoved(activity.getComponentName()); in applicationContext_activityOnDefaultDeviceDestroyed_returnsVirtual()
DVirtualDeviceHomeTest.java205 mRule.getWmState().waitAndAssertActivityRemoved(activity.getComponentName()); in virtualDeviceHome_noCustomHomeComponent()
262 mRule.getWmState().waitAndAssertActivityRemoved(activity.getComponentName()); in virtualDeviceHome_withCustomHomeComponent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DDreamManagerServiceTests.java122 mWmState.waitAndAssertActivityRemoved(mDreamActivityName); in testStartAndStopDream()
147 mWmState.waitAndAssertActivityRemoved(mDreamActivityName); in testShowWhenLockedActivityUnderDream()
/cts/tests/tests/dreams/src/android/service/dreams/cts/
DSystemDreamTest.java169 mWmState.waitAndAssertActivityRemoved(DREAM_ACTIVITY); in switchDream_noDreamActivityWhenDreamStopped()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DActivitySecurityModelTest.java233 .thenAssert(() -> mWmState.waitAndAssertActivityRemoved(APP_A.FOREGROUND_ACTIVITY)) in testTopFinishesThenLaunchesActivity_launchAllowed()
DBackgroundActivityLaunchTest.java191 mWmState.waitAndAssertActivityRemoved(APP_A_33.FOREGROUND_ACTIVITY); in testBackgroundActivity_withinGracePeriodAndSdk33_isNotBlocked()
203 mWmState.waitAndAssertActivityRemoved(APP_A.FOREGROUND_ACTIVITY); in testBackgroundActivity_withinASMGracePeriod_isBlocked()
217 mWmState.waitAndAssertActivityRemoved(APP_A.FOREGROUND_ACTIVITY); in testBackgroundActivity_withinBalAfterAsmGracePeriod_isBlocked()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DFreeformWindowingModeTests.java216 mWmState.waitAndAssertActivityRemoved(MULTI_WINDOW_FULLSCREEN_ACTIVITY); in testMultiWindowFullscreenOnNonPcDevice()
/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/
DBackGestureInvokedTest.java107 mWmState.waitAndAssertActivityRemoved(mActivity.getComponentName()); in testBackToHome()
/cts/tests/framework/base/windowmanager/src/android/server/wm/taskfragment/
DTaskFragmentOrganizerTest.java260 mWmState.waitAndAssertActivityRemoved(mLaunchingActivity); in testFinishActivity()
/cts/tests/framework/base/windowmanager/src/android/server/wm/keyguard/
DKeyguardTests.java693 mWmState.waitAndAssertActivityRemoved(KEYGUARD_LOCK_ACTIVITY); in testKeyguardLock()
727 mWmState.waitAndAssertActivityRemoved(SHOW_WHEN_LOCKED_ACTIVITY); in testUnoccludedRotationChange()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingPlaceholderTests.java394 new WindowManagerStateHelper().waitAndAssertActivityRemoved(activity.getComponentName()); in getTaskBounds()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DBlurTests.java414 mWmState.waitAndAssertActivityRemoved(blurActivity.getComponentName()); in testBlurDestroyedAfterActivityFinished()
438 mWmState.waitAndAssertActivityRemoved(activity.getComponentName()); in testBlurListener()
/cts/tests/tests/virtualdevice/common/src/android/virtualdevice/cts/common/
DVirtualDeviceRule.java440 public void waitAndAssertActivityRemoved(ComponentName componentName) { in waitAndAssertActivityRemoved() method in VirtualDeviceRule
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
DActivityStarterTests.java692 mWmState.waitAndAssertActivityRemoved(FINISH_ON_TASK_LAUNCH_ACTIVITY); in testActivityWithFinishOnTaskLaunch()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerStateHelper.java295 public void waitAndAssertActivityRemoved(ComponentName activityName) { in waitAndAssertActivityRemoved() method