Home
last modified time | relevance | path

Searched defs:permissionLevel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DLocationPermissions.java58 public static String asPermission(@PermissionLevel int permissionLevel) { in asPermission()
72 public static int asAppOp(@PermissionLevel int permissionLevel) { in asAppOp()
108 public static void enforceLocationPermission(int uid, @PermissionLevel int permissionLevel, in enforceLocationPermission()
147 public static boolean checkLocationPermission(@PermissionLevel int permissionLevel, in checkLocationPermission()
DLocationManagerService.java681 int permissionLevel = LocationPermissions.getPermissionLevel(mContext, identity.getUid(), in getCurrentLocation() local
683 LocationPermissions.enforceLocationPermission(identity.getUid(), permissionLevel, in getCurrentLocation() local
704 int permissionLevel = LocationPermissions.getPermissionLevel(mContext, identity.getUid(), in registerLocationListener() local
706 LocationPermissions.enforceLocationPermission(identity.getUid(), permissionLevel, in registerLocationListener() local
729 int permissionLevel = LocationPermissions.getPermissionLevel(mContext, identity.getUid(), in registerLocationPendingIntent() local
731 LocationPermissions.enforceLocationPermission(identity.getUid(), permissionLevel, in registerLocationPendingIntent() local
893 int permissionLevel = LocationPermissions.getPermissionLevel(mContext, identity.getUid(), in getLastLocation() local
895 LocationPermissions.enforceLocationPermission(identity.getUid(), permissionLevel, in getLastLocation() local
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java316 LocationTransport transport, @PermissionLevel int permissionLevel) { in Registration()
714 @PermissionLevel int permissionLevel) { in LocationRegistration()
986 LocationListenerTransport transport, @PermissionLevel int permissionLevel) { in LocationListenerRegistration()
1052 @PermissionLevel int permissionLevel) { in LocationPendingIntentRegistration()
1109 CallerIdentity identity, LocationTransport transport, int permissionLevel) { in GetCurrentLocationListenerRegistration()
/frameworks/base/services/core/java/com/android/server/location/injector/
DLocationPermissionsHelper.java93 public final boolean hasLocationPermissions(@PermissionLevel int permissionLevel, in hasLocationPermissions()