Home
last modified time | relevance | path

Searched defs:ACTION_ENTER_PIP (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/tests/framework/base/windowmanager/jetpack/SecondApp/src/android/server/wm/jetpack/second/
H A DComponents.java39 public static final String ACTION_ENTER_PIP = "enter_pip"; field in Components
/aosp_15_r20/cts/tests/tests/systemui/common/src/android/systemui/tv/cts/
H A DTestEntities.kt43 const val ACTION_ENTER_PIP = "$pkg.PipTestActivity.enter_pip" in activityName() constant
/aosp_15_r20/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DActivityOptions.java226 public static final String ACTION_ENTER_PIP = field in ActivityOptions.Pip
/aosp_15_r20/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
H A DComponents.java481 public static final String ACTION_ENTER_PIP = "android.server.wm.app.PipActivity.enter_pip"; field in Components.PipActivity