Searched refs:LAUNCH_INTO_PIP (Results 1 – 3 of 3) sorted by relevance
63 public final String LAUNCH_INTO_PIP; field in Components.LaunchIntoPipActivityAction66 LAUNCH_INTO_PIP = packageName + ".ACTION_LAUNCH_INTO_PIP"; in LaunchIntoPipActivityAction()
47 filter.addAction(mA.LAUNCH_INTO_PIP_ACTIONS.LAUNCH_INTO_PIP); in onCreate()
1080 Intent broadcast = new Intent(APP_A.LAUNCH_INTO_PIP_ACTIONS.LAUNCH_INTO_PIP); in testPipCannotStartFromBackground()