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