Searched refs:FEATURE_PICTURE_IN_PICTURE (Results 1 – 9 of 9) sorted by relevance
20 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;45 mSupportsPip = pm.hasSystemFeature(FEATURE_PICTURE_IN_PICTURE); in start()
1780 if (mPackageManager.hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE)) { in startOtherServices()
2721 public static final String FEATURE_PICTURE_IN_PICTURE = "android.software.picture_in_picture"; field in PackageManager
29 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;1996 if (mContext.getPackageManager().hasSystemFeature(FEATURE_PICTURE_IN_PICTURE)) { in readConfigurationDependentBehaviors()
350 PackageManager.FEATURE_PICTURE_IN_PICTURE); in PhoneWindow()
49 import static android.content.pm.PackageManager.FEATURE_PICTURE_IN_PICTURE;732 mContext.getPackageManager().hasSystemFeature(FEATURE_PICTURE_IN_PICTURE); in retrieveSettings()
2776 return getPackageManager().hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE); in deviceSupportsPictureInPictureMode()
11738 …field public static final String FEATURE_PICTURE_IN_PICTURE = "android.software.picture_in_picture…