Home
last modified time | relevance | path

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

/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.java472 public static final String ACTION_ENTER_PIP = "android.server.wm.app.PipActivity.enter_pip"; field in Components.PipActivity