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/
DPinnedStackTests.java37 import static android.server.wm.app.Components.LAUNCH_INTO_PINNED_STACK_PIP_ACTIVITY;
202 pinnedStackTester(getAmStartCmd(LAUNCH_INTO_PINNED_STACK_PIP_ACTIVITY), in testLaunchIntoPinnedStack()
203 LAUNCH_INTO_PINNED_STACK_PIP_ACTIVITY, ALWAYS_FOCUSABLE_PIP_ACTIVITY, in testLaunchIntoPinnedStack() local
577 launchActivity(LAUNCH_INTO_PINNED_STACK_PIP_ACTIVITY); in testAutoEnterPictureInPictureOverPip()
597 launchActivity(LAUNCH_INTO_PINNED_STACK_PIP_ACTIVITY); in testDismissPipWhenLaunchNewOne()
602 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