Searched refs:noteAppOpAllowingLegacy (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/os/storage/ |
D | StorageManager.java | 1701 private boolean noteAppOpAllowingLegacy(boolean enforce, in noteAppOpAllowingLegacy() method in StorageManager 1737 return noteAppOpAllowingLegacy(enforce, pid, uid, packageName, OP_READ_MEDIA_AUDIO); in checkPermissionReadAudio() 1745 return noteAppOpAllowingLegacy(enforce, pid, uid, packageName, OP_WRITE_MEDIA_AUDIO); in checkPermissionWriteAudio() 1753 return noteAppOpAllowingLegacy(enforce, pid, uid, packageName, OP_READ_MEDIA_VIDEO); in checkPermissionReadVideo() 1761 return noteAppOpAllowingLegacy(enforce, pid, uid, packageName, OP_WRITE_MEDIA_VIDEO); in checkPermissionWriteVideo() 1769 return noteAppOpAllowingLegacy(enforce, pid, uid, packageName, OP_READ_MEDIA_IMAGES); in checkPermissionReadImages() 1777 return noteAppOpAllowingLegacy(enforce, pid, uid, packageName, OP_WRITE_MEDIA_IMAGES); in checkPermissionWriteImages()
|