Searched refs:permInfo (Results 1 – 3 of 3) sorted by relevance
2139 PermissionInfo permInfo = getPermissionInfo( in revokeStoragePermissionsIfScopeExpandedInternal()2142 if (permInfo == null) { in revokeStoragePermissionsIfScopeExpandedInternal()2145 boolean isStorageOrMedia = STORAGE_PERMISSIONS.contains(permInfo.name) in revokeStoragePermissionsIfScopeExpandedInternal()2146 || READ_MEDIA_AURAL_PERMISSIONS.contains(permInfo.name) in revokeStoragePermissionsIfScopeExpandedInternal()2147 || READ_MEDIA_VISUAL_PERMISSIONS.contains(permInfo.name); in revokeStoragePermissionsIfScopeExpandedInternal()2153 "Revoking permission " + permInfo.name + " from package " in revokeStoragePermissionsIfScopeExpandedInternal()2159 revokeRuntimePermissionInternal(newPackage.getPackageName(), permInfo.name, in revokeStoragePermissionsIfScopeExpandedInternal()2162 Log.e(TAG, "unable to revoke " + permInfo.name + " for " in revokeStoragePermissionsIfScopeExpandedInternal()
3573 PermissionInfo permInfo; in shouldCollectNotes() local3575 permInfo = mContext.getPackageManager().getPermissionInfo(perm, 0); in shouldCollectNotes()3580 return permInfo.getProtection() == PROTECTION_DANGEROUS in shouldCollectNotes()3581 || (permInfo.getProtectionFlags() & PROTECTION_FLAG_APPOP) != 0; in shouldCollectNotes()
846 PermissionInfo permInfo; in initializePullersState() local848 permInfo = pm.getPermissionInfo(perm, 0); in initializePullersState()849 if (permInfo.getProtection() == PROTECTION_DANGEROUS) { in initializePullersState()