Home
last modified time | relevance | path

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

/development/apps/Development/src/com/android/development/
DPermissionDetails.java68 private static final String PROTECTION_DANGEROUS="Dangerous"; field in PermissionDetails
243 } else if (protectionLevel == PermissionInfo.PROTECTION_DANGEROUS) { in setProtectionLevel()
244 levelStr = PROTECTION_DANGEROUS; in setProtectionLevel()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyPermissionUtil.java108 return pi.group != null && pi.protectionLevel == PermissionInfo.PROTECTION_DANGEROUS in shouldTargetPermission()