Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLaunchIntoPipHostActivity.java19 import static android.server.wm.app.Components.PipActivity.ACTION_FINISH_LAUNCH_INTO_PIP_HOST;
44 case ACTION_FINISH_LAUNCH_INTO_PIP_HOST:
58 filter.addAction(ACTION_FINISH_LAUNCH_INTO_PIP_HOST); in onCreate()
DComponents.java510 public static final String ACTION_FINISH_LAUNCH_INTO_PIP_HOST = field in Components.PipActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java57 import static android.server.wm.app.Components.PipActivity.ACTION_FINISH_LAUNCH_INTO_PIP_HOST;
692 mBroadcastActionTrigger.doAction(ACTION_FINISH_LAUNCH_INTO_PIP_HOST); in testRemoveLaunchIntoPipHostActivity()