Searched refs:USER_RUNTIME_GRANT_MASK (Results 1 – 2 of 2) sorted by relevance
234 private static final int USER_RUNTIME_GRANT_MASK = field in Settings491 perms.updatePermissionFlags(bp, userId, USER_RUNTIME_GRANT_MASK, grant.grantBits); in applyPendingPermissionGrantsLPw()
1116 private static final int USER_RUNTIME_GRANT_MASK = field in PackageManagerService17406 if (isGranted || (grantFlags & USER_RUNTIME_GRANT_MASK) != 0) {17497 … perms.updatePermissionFlags(bp, userId, USER_RUNTIME_GRANT_MASK, newFlagSet);