Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DComponents.java127 public final LaunchIntoPipActivityAction LAUNCH_INTO_PIP_ACTIONS; field in Components
173 LAUNCH_INTO_PIP_ACTIONS = new LaunchIntoPipActivityAction(APP_PACKAGE_NAME); in Components()
DLaunchIntoPipActivity.java47 filter.addAction(mA.LAUNCH_INTO_PIP_ACTIONS.LAUNCH_INTO_PIP); in onCreate()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java1080 Intent broadcast = new Intent(APP_A.LAUNCH_INTO_PIP_ACTIONS.LAUNCH_INTO_PIP); in testPipCannotStartFromBackground()