Searched refs:getBackgroundPermission (Results 1 – 8 of 8) sorted by relevance
229 public Permission getBackgroundPermission() { in getBackgroundPermission() method in Permission324 if (getBackgroundPermission() != null && other.getBackgroundPermission() != null) { in equals()329 } else if (getBackgroundPermission() != other.getBackgroundPermission()) { in equals()
808 Permission backgroundPermission = permission.getBackgroundPermission();946 Permission bgPerm = permission.getBackgroundPermission();
169 public String getBackgroundPermission() { in getBackgroundPermission() method in ParsedPermission
351 String backgroundPermission = getBackgroundPermission(permission, context); in grantPermissionAndAppOp()491 String backgroundPermission = getBackgroundPermission(permission, context); in revokeSingle()680 private static String getBackgroundPermission(@NonNull String foregroundPermission, in getBackgroundPermission() method in Permissions
529 public String getBackgroundPermission() { in getBackgroundPermission() method in Permission
1263 if (pm.getBackgroundPermission(permission) != null) { in grantRuntimePermissions()1613 @Nullable String getBackgroundPermission(@NonNull String permission) { in getBackgroundPermission() method in DefaultPermissionGrantPolicy.PackageManagerWrapper
671 PermissionInfo pi = new PermissionInfo(p.getBackgroundPermission()); in generatePermissionInfo()
34125 …/permission/DefaultPermissionGrantPolicy$PackageManagerWrapper;->getBackgroundPermission(Ljava/lan…