Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityRecordInputSinkTests.java62 mWmState.waitAndAssertActivityRemoved(mOverlayInSameUid); in testOverlappingActivityInNewTask_BlocksTouches()
123 mWmState.waitAndAssertActivityRemoved(TRAMPOLINE_DIFFERENT_UID); in testOverlappingActivityInSameTaskTrampolineDifferentUid_DoesNotBlockTouches()
136 mWmState.waitAndAssertActivityRemoved(TRAMPOLINE_DIFFERENT_UID); in testOverlappingActivityInSameTaskTrampolineDifferentUidNoOptIn_BlocksTouches()
152 mWmState.waitAndAssertActivityRemoved(TRAMPOLINE_DIFFERENT_UID); in testOverlappingActivityInSameTaskTrampolineDifferentUidOptIn_AllowsTouches()
170 mWmState.waitAndAssertActivityRemoved(OVERLAY_IN_DIFFERENT_UID); in testOverlappingActivitySandwich_BlocksTouches()
DStartActivityTests.java300 mWmState.waitAndAssertActivityRemoved( in verifyNavigateUpTo()
302 mWmState.waitAndAssertActivityRemoved(activitySession2.getActivity().getComponentName()); in verifyNavigateUpTo()
367 mWmState.waitAndAssertActivityRemoved(BROADCAST_RECEIVER_ACTIVITY); in startingActivityWithType()
DActivityVisibilityTests.java374 mWmState.waitAndAssertActivityRemoved(BROADCAST_RECEIVER_ACTIVITY); in testFinishActivityInNonFocusedStack()
434 mWmState.waitAndAssertActivityRemoved(BROADCAST_RECEIVER_ACTIVITY); in testLaunchTaskOnHomeInLockTaskMode()
/cts/tests/framework/base/windowmanager/testsdk35/src/android/server/wm/activity/
DActivityRecordInputSinkTestsSdk35.java64 mWmState.waitAndAssertActivityRemoved(TRAMPOLINE_DIFFERENT_UID); in testOverlappingActivityInSameTaskTrampolineDifferentUid_compat_AllowsTouches()
/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/
DBackGestureInvokedTest.java124 mWmState.waitAndAssertActivityRemoved(mActivity.getComponentName()); in testBackToHome()
173 mWmState.waitAndAssertActivityRemoved(componentName); in testUnregisterSystemOverrideCallback()
261 mWmState.waitAndAssertActivityRemoved(componentName); in testSystemOverrideMethod()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DDreamManagerServiceTests.java132 mWmState.waitAndAssertActivityRemoved(mDreamActivityName); in testStartAndStopDream()
157 mWmState.waitAndAssertActivityRemoved(mDreamActivityName); in testShowWhenLockedActivityUnderDream()
/cts/tests/tests/virtualdevice/applaunch/src/android/virtualdevice/cts/applaunch/
DActivityManagementTest.java117 mRule.waitAndAssertActivityRemoved(mEmptyActivityComponent); in removeActivityListener_shouldStopCallbacks()
132 mRule.waitAndAssertActivityRemoved(mEmptyActivityComponent); in activityListener_shouldCallOnTopActivityChange()
DVirtualDeviceHomeTest.java202 mRule.getWmState().waitAndAssertActivityRemoved(activity.getComponentName()); in virtualDeviceHome_noCustomHomeComponent()
259 mRule.getWmState().waitAndAssertActivityRemoved(activity.getComponentName()); in virtualDeviceHome_withCustomHomeComponent()
DDeviceAssociationTest.java284 mRule.waitAndAssertActivityRemoved(activity.getComponentName()); in applicationContext_activityOnVirtualDeviceDestroyed_returnsDefault()
295 mRule.waitAndAssertActivityRemoved(activity.getComponentName()); in applicationContext_activityOnDefaultDeviceDestroyed_returnsVirtual()
/cts/tests/tests/dreams/src/android/service/dreams/cts/
DSystemDreamTest.java173 mWmState.waitAndAssertActivityRemoved(DREAM_ACTIVITY); in switchDream_noDreamActivityWhenDreamStopped()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java196 waitAndAssertActivityRemoved(APP_A_33.FOREGROUND_ACTIVITY); in testBackgroundActivity_withinGracePeriodAndSdk33_isNotBlocked()
210 waitAndAssertActivityRemoved(APP_A.FOREGROUND_ACTIVITY); in testBackgroundActivity_withinASMGracePeriod_isBlocked()
223 waitAndAssertActivityRemoved(APP_A.FOREGROUND_ACTIVITY); in testBackgroundActivity_withinASMGracePeriod_isNotBlocked()
239 waitAndAssertActivityRemoved(APP_A.FOREGROUND_ACTIVITY); in testBackgroundActivity_withinBalAfterAsmGracePeriod_isBlocked()
255 waitAndAssertActivityRemoved(APP_A.FOREGROUND_ACTIVITY); in testBackgroundActivity_withinBalAfterAsmGracePeriod_isNotBlocked()
DActivitySecurityModelTest.java277 .thenAssert(() -> mWmState.waitAndAssertActivityRemoved(APP_A.FOREGROUND_ACTIVITY)) in testTopFinishesThenLaunchesActivity_launchAllowed()
DBackgroundActivityTestBase.java644 protected void waitAndAssertActivityRemoved(ComponentName componentName) { in waitAndAssertActivityRemoved() method in BackgroundActivityTestBase
647 mWmState.waitAndAssertActivityRemoved(componentName); in waitAndAssertActivityRemoved()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DFreeformWindowingModeTests.java225 mWmState.waitAndAssertActivityRemoved(MULTI_WINDOW_FULLSCREEN_ACTIVITY); in testMultiWindowFullscreenOnNonPcDevice()
/cts/tests/framework/base/windowmanager/src/android/server/wm/taskfragment/
DTaskFragmentOrganizerTest.java261 mWmState.waitAndAssertActivityRemoved(mLaunchingActivity); in testFinishActivity()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DBlurTests.java373 mWmState.waitAndAssertActivityRemoved(blurActivity.getComponentName()); in testBlurDestroyedAfterActivityFinished()
391 mWmState.waitAndAssertActivityRemoved(activity.getComponentName()); in testBlurListener()
/cts/tests/framework/base/windowmanager/src/android/server/wm/keyguard/
DKeyguardTests.java733 mWmState.waitAndAssertActivityRemoved(KEYGUARD_LOCK_ACTIVITY); in testKeyguardDisabledThenReenabledLocks()
767 mWmState.waitAndAssertActivityRemoved(SHOW_WHEN_LOCKED_ACTIVITY); in testUnoccludedRotationChange()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingPlaceholderTests.java452 new WindowManagerStateHelper().waitAndAssertActivityRemoved(activity.getComponentName()); in getTaskBounds()
/cts/tests/tests/virtualdevice/common/src/android/virtualdevice/cts/common/
DVirtualDeviceRule.java518 public void waitAndAssertActivityRemoved(ComponentName componentName) { in waitAndAssertActivityRemoved() method in VirtualDeviceRule
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
DActivityStarterTests.java698 mWmState.waitAndAssertActivityRemoved(FINISH_ON_TASK_LAUNCH_ACTIVITY); in testActivityWithFinishOnTaskLaunch()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerStateHelper.java342 public void waitAndAssertActivityRemoved(ComponentName activityName) { in waitAndAssertActivityRemoved() method