Searched refs:ALT_LAUNCHING_ACTIVITY (Results 1 – 4 of 4) sorted by relevance
20 import static android.server.wm.app.Components.ALT_LAUNCHING_ACTIVITY;225 launchActivity(ALT_LAUNCHING_ACTIVITY); in testActivityLaunchPostVr()226 mAmWmState.computeState(ALT_LAUNCHING_ACTIVITY); in testActivityLaunchPostVr()229 mAmWmState.assertVisibility(ALT_LAUNCHING_ACTIVITY, true /* visible */); in testActivityLaunchPostVr()233 ALT_LAUNCHING_ACTIVITY); in testActivityLaunchPostVr()238 getActivityName(ALT_LAUNCHING_ACTIVITY), in testActivityLaunchPostVr()
34 import static android.server.wm.app.Components.ALT_LAUNCHING_ACTIVITY;299 getLaunchActivityBuilder().setTargetActivity(ALT_LAUNCHING_ACTIVITY) in testReorderToFrontBackstack()305 .setLaunchingActivity(ALT_LAUNCHING_ACTIVITY) in testReorderToFrontBackstack()312 mAmWmState.waitForValidState(ALT_LAUNCHING_ACTIVITY); in testReorderToFrontBackstack()316 ALT_LAUNCHING_ACTIVITY); in testReorderToFrontBackstack()335 getLaunchActivityBuilder().setTargetActivity(ALT_LAUNCHING_ACTIVITY) in testReorderToFrontChangingStack()350 mAmWmState.waitForValidState(ALT_LAUNCHING_ACTIVITY); in testReorderToFrontChangingStack()354 ALT_LAUNCHING_ACTIVITY); in testReorderToFrontChangingStack()
29 import static android.server.wm.app.Components.ALT_LAUNCHING_ACTIVITY;641 executeShellCommand("am start -n " + getActivityName(ALT_LAUNCHING_ACTIVITY)); in testTaskMatchAcrossDisplays()642 mAmWmState.waitForValidState(ALT_LAUNCHING_ACTIVITY); in testTaskMatchAcrossDisplays()651 getActivityName(ALT_LAUNCHING_ACTIVITY), in testTaskMatchAcrossDisplays()723 executeShellCommand("am start -n " + getActivityName(ALT_LAUNCHING_ACTIVITY) in testLaunchDisplayAffinityMatch()726 mAmWmState.computeState(ALT_LAUNCHING_ACTIVITY); in testLaunchDisplayAffinityMatch()735 getActivityName(ALT_LAUNCHING_ACTIVITY), in testLaunchDisplayAffinityMatch()
24 public static final ComponentName ALT_LAUNCHING_ACTIVITY = component("AltLaunchingActivity"); field in Components