Home
last modified time | relevance | path

Searched refs:ACTION_START_LAUNCH_INTO_PIP_CONTAINER (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLaunchIntoPipHostActivity.java20 import static android.server.wm.app.Components.PipActivity.ACTION_START_LAUNCH_INTO_PIP_CONTAINER;
41 case ACTION_START_LAUNCH_INTO_PIP_CONTAINER:
57 filter.addAction(ACTION_START_LAUNCH_INTO_PIP_CONTAINER); in onCreate()
DComponents.java507 public static final String ACTION_START_LAUNCH_INTO_PIP_CONTAINER = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java62 import static android.server.wm.app.Components.PipActivity.ACTION_START_LAUNCH_INTO_PIP_CONTAINER;
674 mBroadcastActionTrigger.doAction(ACTION_START_LAUNCH_INTO_PIP_CONTAINER); in testLaunchIntoPip()
687 mBroadcastActionTrigger.doAction(ACTION_START_LAUNCH_INTO_PIP_CONTAINER); in testRemoveLaunchIntoPipHostActivity()