Searched refs:FEATURE_PICTURE_IN_PICTURE (Results 1 – 9 of 9) sorted by relevance
19 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;126 when(mockPackageManager.hasSystemFeature(FEATURE_PICTURE_IN_PICTURE)).thenReturn(false); in createPip_notSupported_returnsNull()
21 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;258 if (!context.getPackageManager().hasSystemFeature(FEATURE_PICTURE_IN_PICTURE)) { in create()
29 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;2059 if (mPackageManager.hasSystemFeature(FEATURE_PICTURE_IN_PICTURE)) { in readConfigurationDependentBehaviors()
2315 if (mPackageManager.hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE)) { in startOtherServices()
48 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;844 mContext.getPackageManager().hasSystemFeature(FEATURE_PICTURE_IN_PICTURE); in retrieveSettings()
3383 public static final String FEATURE_PICTURE_IN_PICTURE = "android.software.picture_in_picture"; field in PackageManager
382 PackageManager.FEATURE_PICTURE_IN_PICTURE); in PhoneWindow()
2947 return getPackageManager().hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE); in deviceSupportsPictureInPictureMode()
12706 …field public static final String FEATURE_PICTURE_IN_PICTURE = "android.software.picture_in_picture…