Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPackageManager.java3316 public static final int FLAG_PERMISSION_USER_SET = 1 << 0; field in PackageManager
3540 public static final int MASK_PERMISSION_FLAGS_ALL = FLAG_PERMISSION_USER_SET
4359 FLAG_PERMISSION_USER_SET,
7573 case FLAG_PERMISSION_USER_SET: return "USER_SET"; in permissionFlagToString()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java40 import static android.content.pm.PackageManager.FLAG_PERMISSION_USER_SET;
206 private static final int USER_PERMISSION_FLAGS = FLAG_PERMISSION_USER_SET
1707 final int userSettableMask = FLAG_PERMISSION_USER_SET in resetRuntimePermissionsInternal()
2099 return (flags & PackageManager.FLAG_PERMISSION_USER_SET) != 0; in shouldShowRequestPermissionRationale()
DDefaultPermissionGrantPolicy.java1139 return (flags & (PackageManager.FLAG_PERMISSION_USER_SET in isFixedOrUserSet()
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java1095 return (flags & (PackageManager.FLAG_PERMISSION_USER_SET in isPermissionUserUpdated()
/frameworks/base/api/
Dtest-current.txt1021 field public static final int FLAG_PERMISSION_USER_SET = 1; // 0x1
Dsystem-current.txt2150 field public static final int FLAG_PERMISSION_USER_SET = 1; // 0x1
2214 …={"FLAG_PERMISSION_"}, value={android.content.pm.PackageManager.FLAG_PERMISSION_USER_SET, android.…
/frameworks/base/non-updatable-api/
Dsystem-current.txt2098 field public static final int FLAG_PERMISSION_USER_SET = 1; // 0x1
2162 …={"FLAG_PERMISSION_"}, value={android.content.pm.PackageManager.FLAG_PERMISSION_USER_SET, android.…