Searched refs:ACTION_FINISH_LAUNCH_INTO_PIP_HOST (Results 1 – 3 of 3) sorted by relevance
19 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()
510 public static final String ACTION_FINISH_LAUNCH_INTO_PIP_HOST = field in Components.PipActivity
57 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()