Searched refs:PROTECTION_FLAG_APPOP (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DPermissionInfo.java85 public static final int PROTECTION_FLAG_APPOP = 0x40; field in class:PermissionInfo
221 if ((level&PermissionInfo.PROTECTION_FLAG_APPOP) != 0) {
/frameworks/base/services/core/java/com/android/server/pm/
H A 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) {

Completed in 1888 milliseconds