Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/common/src/android/systemui/tv/cts/
DTestEntities.kt32 val PIP_ACTIVITY: ComponentName = ComponentName.createRelative(pkg, ".PipTestActivity") in activityName() constant
/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DComponents.java112 public final ComponentName PIP_ACTIVITY; field in Components
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java217 PIP_ACTIVITY, PIP_ACTIVITY, false /* isFocusable */); in testEnterPictureInPictureMode() local
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java84 public static final ComponentName PIP_ACTIVITY = component("PipActivity"); field in Components