Searched defs:permissionLevel (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/location/ |
H A D | LocationPermissions.java | 62 public static String asPermission(@PermissionLevel int permissionLevel) { in asPermission() 76 public static int asAppOp(@PermissionLevel int permissionLevel) { in asAppOp() 112 public static void enforceLocationPermission(int uid, @PermissionLevel int permissionLevel, in enforceLocationPermission() 170 public static boolean checkLocationPermission(@PermissionLevel int permissionLevel, in checkLocationPermission()
|
H A D | LocationManagerService.java | 754 int permissionLevel = LocationPermissions.getPermissionLevel(mContext, identity.getUid(), in getCurrentLocation() local 756 LocationPermissions.enforceLocationPermission(identity.getUid(), permissionLevel, in getCurrentLocation() local 783 int permissionLevel = LocationPermissions.getPermissionLevel(mContext, identity.getUid(), in registerLocationListener() local 785 LocationPermissions.enforceLocationPermission(identity.getUid(), permissionLevel, in registerLocationListener() local 808 int permissionLevel = LocationPermissions.getPermissionLevel(mContext, identity.getUid(), in registerLocationPendingIntent() local 810 LocationPermissions.enforceLocationPermission(identity.getUid(), permissionLevel, in registerLocationPendingIntent() local 960 int permissionLevel = LocationPermissions.getPermissionLevel(mContext, identity.getUid(), in getLastLocation() local 962 LocationPermissions.enforceLocationPermission(identity.getUid(), permissionLevel, in getLastLocation() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/ |
H A D | LocationPermissionsHelper.java | 95 public final boolean hasLocationPermissions(@PermissionLevel int permissionLevel, in hasLocationPermissions()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/ |
H A D | LocationProviderManager.java | 383 LocationTransport transport, @PermissionLevel int permissionLevel) { in Registration() 753 @PermissionLevel int permissionLevel) { in LocationRegistration()
|