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

/frameworks/base/core/java/android/content/pm/
H A DPermissionInfo.java100 public static final int PROTECTION_FLAG_APPOP = 0x40; field in class:PermissionInfo
187 PROTECTION_FLAG_APPOP,
332 if ((level & PermissionInfo.PROTECTION_FLAG_APPOP) != 0) {
458 return (protectionLevel & PermissionInfo.PROTECTION_FLAG_APPOP) != 0;
/frameworks/support/compat/src/main/java/androidx/core/content/pm/
H A DPermissionInfoCompat.java54 PermissionInfo.PROTECTION_FLAG_APPOP,
/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DBasePermission.java195 return (protectionLevel & PermissionInfo.PROTECTION_FLAG_APPOP) != 0;

Completed in 559 milliseconds