Searched refs:checkAppOpAllowingLegacy (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | PermissionUtils.java | 234 return checkAppOpAllowingLegacy(context, OPSTR_READ_MEDIA_AUDIO, pid, in checkPermissionReadAudio() 245 return checkAppOpAllowingLegacy(context, OPSTR_WRITE_MEDIA_AUDIO, pid, in checkPermissionWriteAudio() 264 return checkAppOpAllowingLegacy(context, OPSTR_READ_MEDIA_VIDEO, pid, in checkPermissionReadVideo() 275 return checkAppOpAllowingLegacy(context, OPSTR_WRITE_MEDIA_VIDEO, pid, in checkPermissionWriteVideo() 294 return checkAppOpAllowingLegacy(context, OPSTR_READ_MEDIA_IMAGES, pid, in checkPermissionReadImages() 305 return checkAppOpAllowingLegacy(context, OPSTR_WRITE_MEDIA_IMAGES, pid, in checkPermissionWriteImages() 467 private static boolean checkAppOpAllowingLegacy(@NonNull Context context, in checkAppOpAllowingLegacy() method in PermissionUtils
|