Searched refs:protection (Results 1 – 11 of 11) sorted by relevance
49 inline val protection: Int50 get() = permissionInfo.protection53 get() = protection == PermissionInfo.PROTECTION_INTERNAL56 get() = protection == PermissionInfo.PROTECTION_NORMAL59 get() = protection == PermissionInfo.PROTECTION_DANGEROUS62 get() = protection == PermissionInfo.PROTECTION_SIGNATURE
257 val protection = protection regex259 if (protection != PermissionInfo.PROTECTION_SIGNATURE) {260 protectionLevel = protection301 override fun getAllPermissionsWithProtection(protection: Int): List<PermissionInfo> =303 permission.protection == protection
22 get() = protection == PermissionInfo.PROTECTION_DANGEROUS25 get() = protection == PermissionInfo.PROTECTION_INTERNAL
333 public List<PermissionInfo> getAllPermissionsWithProtection(int protection) { in getAllPermissionsWithProtection() argument334 Log.i(LOG_TAG, "getAllPermissionsWithProtection(protection = " + protection + ")"); in getAllPermissionsWithProtection()335 return mService.getAllPermissionsWithProtection(protection); in getAllPermissionsWithProtection()
572 final int protection = mPermissionInfo.protectionLevel in generatePermissionInfo() local574 if (protection == PermissionInfo.PROTECTION_SIGNATURE) { in generatePermissionInfo()578 permissionInfo.protectionLevel = protection; in generatePermissionInfo()
184 @PermissionInfo.Protection int protection); in getAllPermissionsWithProtection()
503 @PermissionInfo.Protection int protection); in getAllPermissionsWithProtection()
807 @PermissionInfo.Protection int protection) { in getAllPermissionsWithProtection()808 return mPermissionManagerServiceImpl.getAllPermissionsWithProtection(protection); in getAllPermissionsWithProtection()
5259 @PermissionInfo.Protection int protection) {5264 if (permission.getProtection() == protection) {
342 # of private inheritance when no explicit protection keyword is present.
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...