Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPermissionInfo.java76 public static final int PROTECTION_FLAG_APPOP = 0x40; field in PermissionInfo
163 if ((level&PermissionInfo.PROTECTION_FLAG_APPOP) != 0) { in protectionToString()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java6866 if ((p.info.protectionLevel&PermissionInfo.PROTECTION_FLAG_APPOP) != 0) { in cleanPackageDataStructuresLILPw()
6882 if (bp != null && (bp.protectionLevel&PermissionInfo.PROTECTION_FLAG_APPOP) != 0) { in cleanPackageDataStructuresLILPw()
7079 if ((bp.protectionLevel&PermissionInfo.PROTECTION_FLAG_APPOP) != 0) { in grantPermissionsLPw()
7152 } else if ((bp.protectionLevel&PermissionInfo.PROTECTION_FLAG_APPOP) == 0) { in grantPermissionsLPw()
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt1141 NO DOC BLOCK: android.content.pm.PermissionInfo Field PROTECTION_FLAG_APPOP
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1753 NO DOC BLOCK: android.content.pm.PermissionInfo Field PROTECTION_FLAG_APPOP
/frameworks/base/api/
Dsystem-current.txt9234 field public static final int PROTECTION_FLAG_APPOP = 64; // 0x40
Dcurrent.txt8928 field public static final int PROTECTION_FLAG_APPOP = 64; // 0x40