Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/SecondApp/src/android/server/wm/jetpack/second/
DComponents.java39 public static final String ACTION_ENTER_PIP = "enter_pip"; field in Components
/cts/tests/tests/systemui/common/src/android/systemui/tv/cts/
DTestEntities.kt43 const val ACTION_ENTER_PIP = "$pkg.PipTestActivity.enter_pip" in activityName() constant
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java479 public static final String ACTION_ENTER_PIP = "android.server.wm.app.PipActivity.enter_pip"; field in Components.PipActivity