Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPermissionInfo.java85 public static final int PROTECTION_FLAG_APPOP = 0x40; field in PermissionInfo
221 if ((level&PermissionInfo.PROTECTION_FLAG_APPOP) != 0) { in protectionToString()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java9726 if ((p.info.protectionLevel&PermissionInfo.PROTECTION_FLAG_APPOP) != 0) {
9742 if (bp != null && (bp.protectionLevel&PermissionInfo.PROTECTION_FLAG_APPOP) != 0) {
9991 if ((bp.protectionLevel & PermissionInfo.PROTECTION_FLAG_APPOP) != 0) {
10189 } else if ((bp.protectionLevel&PermissionInfo.PROTECTION_FLAG_APPOP) == 0) {
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1753 NO DOC BLOCK: android.content.pm.PermissionInfo Field PROTECTION_FLAG_APPOP
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8926 field public static final int PROTECTION_FLAG_APPOP = 64; // 0x40
/frameworks/base/api/
Dcurrent.txt9938 field public static final int PROTECTION_FLAG_APPOP = 64; // 0x40
Dtest-current.txt9951 field public static final int PROTECTION_FLAG_APPOP = 64; // 0x40
Dsystem-current.txt10363 field public static final int PROTECTION_FLAG_APPOP = 64; // 0x40