Searched refs:allowedResolutionLevel (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/services/java/com/android/server/location/ |
H A D | GeofenceState.java | 47 int allowedResolutionLevel, int uid, String packageName, PendingIntent intent) { 53 mAllowedResolutionLevel = allowedResolutionLevel; 46 GeofenceState(Geofence fence, long expireAt, int allowedResolutionLevel, int uid, String packageName, PendingIntent intent) argument
|
H A D | GeofenceManager.java | 120 int allowedResolutionLevel, int uid, String packageName) { 127 request.getExpireAt(), allowedResolutionLevel, uid, packageName, intent); 119 addFence(LocationRequest request, Geofence geofence, PendingIntent intent, int allowedResolutionLevel, int uid, String packageName) argument
|
/frameworks/base/services/java/com/android/server/ |
H A D | LocationManagerService.java | 917 * @param allowedResolutionLevel resolution level allowed to caller 919 private void checkResolutionLevelIsSufficientForGeofenceUse(int allowedResolutionLevel) { argument 920 if (allowedResolutionLevel < RESOLUTION_LEVEL_FINE) { 963 * @param allowedResolutionLevel resolution level allowed to caller 966 private void checkResolutionLevelIsSufficientForProviderUse(int allowedResolutionLevel, argument 969 if (allowedResolutionLevel < requiredResolutionLevel) { 998 public static int resolutionLevelToOp(int allowedResolutionLevel) { argument 999 if (allowedResolutionLevel != RESOLUTION_LEVEL_NONE) { 1000 if (allowedResolutionLevel == RESOLUTION_LEVEL_COARSE) { 1009 boolean reportLocationAccessNoThrow(int uid, String packageName, int allowedResolutionLevel) { argument 1019 checkLocationAccess(int uid, String packageName, int allowedResolutionLevel) argument [all...] |
Completed in 3670 milliseconds