Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
H A DPipActivity.java27 import static com.android.wm.shell.flicker.testapp.Components.PipActivity.ACTION_ENTER_PIP;
120 case ACTION_ENTER_PIP:
192 filter.addAction(ACTION_ENTER_PIP); in onCreate()
H A DComponents.java52 public static final String ACTION_ENTER_PIP = PACKAGE_NAME + ".PipActivity.ENTER_PIP"; field in Components.PipActivity
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
H A DEnterPipToOtherOrientationTest.kt36 import com.android.wm.shell.flicker.testapp.Components.PipActivity.ACTION_ENTER_PIP
100 broadcastActionTrigger.doAction(ACTION_ENTER_PIP)