/cts/tests/framework/base/windowmanager/src/android/server/wm/display/ |
D | VrDisplayTests.java | 22 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 131 launchActivity(LAUNCHING_ACTIVITY); in testVrActivityLaunch() 132 mWmState.computeState(LAUNCHING_ACTIVITY); in testVrActivityLaunch() 135 mWmState.assertVisibility(LAUNCHING_ACTIVITY, true /* visible */); in testVrActivityLaunch() 139 LAUNCHING_ACTIVITY); in testVrActivityLaunch() 143 getActivityName(LAUNCHING_ACTIVITY), focusedTask.getResumedActivity()); in testVrActivityLaunch() 164 launchActivity(LAUNCHING_ACTIVITY); in testVrActivityReLaunch() 180 launchActivity(LAUNCHING_ACTIVITY); in testVrActivityReLaunch() 181 mWmState.computeState(LAUNCHING_ACTIVITY); in testVrActivityReLaunch() 184 mWmState.assertVisibility(LAUNCHING_ACTIVITY, true /* visible */); in testVrActivityReLaunch() [all …]
|
D | AppConfigurationTests.java | 33 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 176 getLaunchActivityBuilder().setTargetActivity(LAUNCHING_ACTIVITY), in testConfigurationUpdatesWhenRotatingWhileDocked() 200 getLaunchActivityBuilder().setTargetActivity(LAUNCHING_ACTIVITY), in testConfigurationUpdatesWhenRotatingToSideFromDocked() 863 launchActivityInPrimarySplit(LAUNCHING_ACTIVITY); in requestOrientationInSplitScreen()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/ |
D | MultiDisplayActivityLaunchTests.java | 44 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 159 launchActivityOnDisplay(LAUNCHING_ACTIVITY, DEFAULT_DISPLAY); in testLaunchActivityOnPrimaryDisplay() 161 waitAndAssertTopResumedActivity(LAUNCHING_ACTIVITY, DEFAULT_DISPLAY, in testLaunchActivityOnPrimaryDisplay() 349 launchActivityOnDisplay(LAUNCHING_ACTIVITY, newDisplay.mId); in testLaunchNonResizeableActivityFromSecondaryDisplayNewTask() 350 waitAndAssertTopResumedActivity(LAUNCHING_ACTIVITY, newDisplay.mId, in testLaunchNonResizeableActivityFromSecondaryDisplayNewTask() 392 launchActivity(LAUNCHING_ACTIVITY); in testConsequentLaunchActivity() 395 waitAndAssertTopResumedActivity(LAUNCHING_ACTIVITY, newDisplay.mId, in testConsequentLaunchActivity() 397 mWmState.assertResumedActivity("LAUNCHING_ACTIVITY must be resumed", LAUNCHING_ACTIVITY); in testConsequentLaunchActivity() 439 launchActivityOnDisplay(LAUNCHING_ACTIVITY, newDisplay.mId); in testConsequentLaunchActivityFromSecondaryDisplay() 441 waitAndAssertTopResumedActivity(LAUNCHING_ACTIVITY, newDisplay.mId, in testConsequentLaunchActivityFromSecondaryDisplay() [all …]
|
D | MultiDisplaySecurityTests.java | 23 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 154 launchActivityOnDisplay(LAUNCHING_ACTIVITY, newDisplay.mId); in testConsequentLaunchActivityFromVirtualDisplayNoEmbedding() 156 waitAndAssertActivityStateOnDisplay(LAUNCHING_ACTIVITY, STATE_RESUMED, newDisplay.mId, in testConsequentLaunchActivityFromVirtualDisplayNoEmbedding() 535 launchActivityOnDisplay(LAUNCHING_ACTIVITY, newDisplay.mId); in testPermissionLaunchMultiUidTask() 536 mWmState.computeState(LAUNCHING_ACTIVITY); in testPermissionLaunchMultiUidTask() 543 getActivityName(LAUNCHING_ACTIVITY), in testPermissionLaunchMultiUidTask()
|
D | MultiDisplayPolicyTests.java | 31 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 355 launchActivity(LAUNCHING_ACTIVITY); in testLaunchActivitiesAffectsVisibility() 417 getLaunchActivityBuilder().setTargetActivity(LAUNCHING_ACTIVITY), in testStackFocusSwitchOnDisplayRemoved() 419 mWmState.assertVisibility(LAUNCHING_ACTIVITY, true /* visible */); in testStackFocusSwitchOnDisplayRemoved() 437 getLaunchActivityBuilder().setTargetActivity(LAUNCHING_ACTIVITY)); in testStackFocusSwitchOnDisplayRemoved2() 438 mWmState.assertVisibility(LAUNCHING_ACTIVITY, true /* visible */); in testStackFocusSwitchOnDisplayRemoved2()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/ |
D | ActivityVisibilityTests.java | 34 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 337 launchActivityInPrimarySplit(LAUNCHING_ACTIVITY); in testFinishActivityInNonFocusedStack() 349 mWmState.computeState(LAUNCHING_ACTIVITY); in testFinishActivityInNonFocusedStack() 351 mWmState.waitForActivityState(LAUNCHING_ACTIVITY, STATE_RESUMED); in testFinishActivityInNonFocusedStack() 352 mWmState.assertVisibility(LAUNCHING_ACTIVITY, true); in testFinishActivityInNonFocusedStack() 490 launchActivity(LAUNCHING_ACTIVITY); in testReorderToFrontBackstack() 498 getLaunchActivityBuilder().setTargetActivity(LAUNCHING_ACTIVITY) in testReorderToFrontBackstack() 526 launchActivity(LAUNCHING_ACTIVITY); in testReorderToFrontChangingStack() 542 launchActivityNoWait(LAUNCHING_ACTIVITY); in testReorderToFrontChangingStack() 555 LAUNCHING_ACTIVITY); in testReorderToFrontChangingStack() [all …]
|
D | StartActivityTests.java | 31 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 182 .setTargetActivity(LAUNCHING_ACTIVITY) in testStartActivityFromFinishingActivity() 279 new Intent().setComponent(LAUNCHING_ACTIVITY) }); in testStartActivitiesInNewAndSameTask() 363 new Intent().setComponent(LAUNCHING_ACTIVITY) }); in testStartActivitiesWithDiffUidNotInSameTask()
|
D | ActivityMetricsLoggerTests.java | 25 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 446 + " -W " + LAUNCHING_ACTIVITY.flattenToShortString()); in testConsecutiveLaunch()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
D | MultiWindowTests.java | 26 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 237 launchActivity(LAUNCHING_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testNoUserLeaveHintOnMultiWindowModeChanged() 238 putActivityInSecondarySplit(LAUNCHING_ACTIVITY); in testNoUserLeaveHintOnMultiWindowModeChanged() 265 getLaunchActivityBuilder().setTargetActivity(LAUNCHING_ACTIVITY), in testLaunchToSideAndBringToFront() 288 getLaunchActivityBuilder().setTargetActivity(LAUNCHING_ACTIVITY), in testLaunchToSideMultiple() 295 mWmState.computeState(TEST_ACTIVITY, LAUNCHING_ACTIVITY); in testLaunchToSideMultiple() 319 launchActivityInPrimarySplit(LAUNCHING_ACTIVITY); in launchTargetToSide() 331 mWmState.computeState(targetActivityName, LAUNCHING_ACTIVITY); in launchTargetToSide() 336 mWmState.computeState(targetActivityName, LAUNCHING_ACTIVITY); in launchTargetToSide() 375 mWmState.computeState(targetActivityName, LAUNCHING_ACTIVITY); in launchTargetToSide() [all …]
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/am/ |
D | AmStartOptionsTests.java | 27 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 74 getLaunchActivityBuilder().setLaunchingActivity(LAUNCHING_ACTIVITY) in testDashW_FinishingTop() 83 executeShellCommand("am start -W -f " + flags + " -n " + getActivityName(LAUNCHING_ACTIVITY) in testDashW_FinishingTop() 85 waitAndAssertTopResumedActivity(LAUNCHING_ACTIVITY, DEFAULT_DISPLAY, in testDashW_FinishingTop()
|
/cts/tests/framework/base/windowmanager/app27/src/android/server/wm/app27/ |
D | Components.java | 19 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 28 component(Components.class, LAUNCHING_ACTIVITY.getClassName());
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | WindowInsetsPolicyTest.java | 20 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 151 launchActivityInPrimarySplit(LAUNCHING_ACTIVITY); in testForcedConsumedTopInsets()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/taskfragment/ |
D | TaskFragmentOrganizerPolicyTest.java | 25 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 836 .setComponent(LAUNCHING_ACTIVITY) in testStartActivityFromAnotherProcessInNewTask_ThrowException() 855 waitAndAssertActivityLaunchOnTask(LAUNCHING_ACTIVITY); in testStartActivityFromAnotherProcessInNewTask_ThrowException()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/keyguard/ |
D | KeyguardTests.java | 30 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 337 getLaunchActivityBuilder().setTargetActivity(LAUNCHING_ACTIVITY), in testShowWhenLockedActivityWhileSplit()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityManagerTestBase.java | 97 import static android.server.wm.app.Components.LAUNCHING_ACTIVITY; 2372 private ComponentName mLaunchingActivity = LAUNCHING_ACTIVITY; 2388 INSTRUMENTATION, LAUNCHING_ACTIVITY, BROADCAST_RECEIVER 2391 private LauncherType mLauncherType = LauncherType.LAUNCHING_ACTIVITY; 2474 mLauncherType = LauncherType.LAUNCHING_ACTIVITY; 2567 case LAUNCHING_ACTIVITY:
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | Components.java | 70 public static final ComponentName LAUNCHING_ACTIVITY = component("LaunchingActivity"); field in Components
|