Searched refs:FEATURE_PICTURE_IN_PICTURE (Results 1 – 9 of 9) sorted by relevance
54 get() = packageManager.hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE) in <lambda>()
29 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;177 .hasSystemFeature(FEATURE_PICTURE_IN_PICTURE)) { in putWindowInPictureInPicture_generatesEventAndReportsProperty()
32 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;619 .hasSystemFeature(FEATURE_PICTURE_IN_PICTURE)) { in testFindPictureInPictureWindow()
247 new Feature(PackageManager.FEATURE_PICTURE_IN_PICTURE, false),
85 private static final String FEATURE_PICTURE_IN_PICTURE = "android.software.picture_in_picture"; field in UidAtomTests569 !DeviceUtils.hasFeature(getDevice(), FEATURE_PICTURE_IN_PICTURE) || in testPictureInPictureState()
118 public static final String FEATURE_PICTURE_IN_PICTURE = "android.software.picture_in_picture"; field in AtomTestCase
444 if (packageManager.hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE)) { in testPictureInPictureSettings()
1589 PackageManager.FEATURE_PICTURE_IN_PICTURE)); in testPipActivity()1651 PackageManager.FEATURE_PICTURE_IN_PICTURE)); in testPipActivity_StopToPause()
40 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;969 return hasDeviceFeature(FEATURE_PICTURE_IN_PICTURE) in supportsPip()