Searched refs:LAUNCH_INTO_PIP_ACTIONS (Results 1 – 3 of 3) sorted by relevance
127 public final LaunchIntoPipActivityAction LAUNCH_INTO_PIP_ACTIONS; field in Components173 LAUNCH_INTO_PIP_ACTIONS = new LaunchIntoPipActivityAction(APP_PACKAGE_NAME); in Components()
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()