Searched defs:allowedResolutionLevel (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeofenceState.java | 47 int allowedResolutionLevel, int uid, String packageName, PendingIntent intent) { in GeofenceState()
|
D | GeofenceManager.java | 152 int allowedResolutionLevel, int uid, String packageName) { in addFence()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 1139 int allowedResolutionLevel = getCallerAllowedResolutionLevel(); in hasGnssPermissions() local 1414 private void checkResolutionLevelIsSufficientForGeofenceUse(int allowedResolutionLevel) { in checkResolutionLevelIsSufficientForGeofenceUse() 1461 private void checkResolutionLevelIsSufficientForProviderUse(int allowedResolutionLevel, in checkResolutionLevelIsSufficientForProviderUse() 1493 public static int resolutionLevelToOp(int allowedResolutionLevel) { in resolutionLevelToOp() 1505 int pid, int uid, String packageName, int allowedResolutionLevel) { in reportLocationAccessNoThrow() 1516 boolean checkLocationAccess(int pid, int uid, String packageName, int allowedResolutionLevel) { in checkLocationAccess() 1557 int allowedResolutionLevel = getCallerAllowedResolutionLevel(); in getProviders() local 2005 int allowedResolutionLevel = getCallerAllowedResolutionLevel(); in requestLocationUpdates() local 2151 int allowedResolutionLevel = getCallerAllowedResolutionLevel(); in getLastLocation() local 2213 int allowedResolutionLevel = getCallerAllowedResolutionLevel(); in requestGeofence() local
|