Home
last modified time | relevance | path

Searched refs:LAUNCHING_ACTIVITY (Results 1 – 16 of 16) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DVrDisplayTests.java22 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 …]
DAppConfigurationTests.java33 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/
DMultiDisplayActivityLaunchTests.java44 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 …]
DMultiDisplaySecurityTests.java23 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()
DMultiDisplayPolicyTests.java31 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/
DActivityVisibilityTests.java34 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 …]
DStartActivityTests.java31 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()
DActivityMetricsLoggerTests.java25 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/
DMultiWindowTests.java26 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/
DAmStartOptionsTests.java27 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/
DComponents.java19 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/
DWindowInsetsPolicyTest.java20 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/
DTaskFragmentOrganizerPolicyTest.java25 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/
DKeyguardTests.java30 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/
DActivityManagerTestBase.java97 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/
DComponents.java70 public static final ComponentName LAUNCHING_ACTIVITY = component("LaunchingActivity"); field in Components