Home
last modified time | relevance | path

Searched refs:checkAppOpAllowingLegacy (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/
H A DPermissionUtils.java154 return checkAppOpAllowingLegacy(context, OPSTR_READ_MEDIA_AUDIO, pid, in checkPermissionReadAudio()
165 return checkAppOpAllowingLegacy(context, OPSTR_WRITE_MEDIA_AUDIO, pid, in checkPermissionWriteAudio()
175 return checkAppOpAllowingLegacy(context, OPSTR_READ_MEDIA_VIDEO, pid, in checkPermissionReadVideo()
186 return checkAppOpAllowingLegacy(context, OPSTR_WRITE_MEDIA_VIDEO, pid, in checkPermissionWriteVideo()
196 return checkAppOpAllowingLegacy(context, OPSTR_READ_MEDIA_IMAGES, pid, in checkPermissionReadImages()
207 return checkAppOpAllowingLegacy(context, OPSTR_WRITE_MEDIA_IMAGES, pid, in checkPermissionWriteImages()
313 private static boolean checkAppOpAllowingLegacy(@NonNull Context context, in checkAppOpAllowingLegacy() method in PermissionUtils