Home
last modified time | relevance | path

Searched refs:LAUNCH_INTO_PINNED_STACK_PIP_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java43 import static android.server.wm.app.Components.LAUNCH_INTO_PINNED_STACK_PIP_ACTIVITY;
266 pinnedStackTester(getAmStartCmd(LAUNCH_INTO_PINNED_STACK_PIP_ACTIVITY), in testLaunchIntoPinnedStack()
267 LAUNCH_INTO_PINNED_STACK_PIP_ACTIVITY, ALWAYS_FOCUSABLE_PIP_ACTIVITY, in testLaunchIntoPinnedStack() local
841 launchActivity(LAUNCH_INTO_PINNED_STACK_PIP_ACTIVITY); in testAutoEnterPictureInPictureOverPip()
861 launchActivity(LAUNCH_INTO_PINNED_STACK_PIP_ACTIVITY); in testDismissPipWhenLaunchNewOne()
866 launchActivityInNewTask(LAUNCH_INTO_PINNED_STACK_PIP_ACTIVITY); in testDismissPipWhenLaunchNewOne()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java66 public static final ComponentName LAUNCH_INTO_PINNED_STACK_PIP_ACTIVITY = field in Components