Searched defs:PIP_ACTIVITY (Results 1 – 4 of 4) sorted by relevance
32 val PIP_ACTIVITY: ComponentName = ComponentName.createRelative(pkg, ".PipTestActivity") in activityName() constant
112 public final ComponentName PIP_ACTIVITY; field in Components
217 PIP_ACTIVITY, PIP_ACTIVITY, false /* isFocusable */); in testEnterPictureInPictureMode() local
84 public static final ComponentName PIP_ACTIVITY = component("PipActivity"); field in Components