Searched refs:mAllowedResolutionLevel (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceState.java38 public final int mAllowedResolutionLevel; field in class:GeofenceState
53 mAllowedResolutionLevel = allowedResolutionLevel;
H A DGeofenceManager.java299 int op = LocationManagerService.resolutionLevelToOp(state.mAllowedResolutionLevel);
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java792 final int mAllowedResolutionLevel; // resolution level allowed to receiver field in class:LocationManagerService.Receiver
818 mAllowedResolutionLevel = getAllowedResolutionLevel(pid, uid);
979 getResolutionPermission(mAllowedResolutionLevel));
1013 getResolutionPermission(mAllowedResolutionLevel));
1055 getResolutionPermission(mAllowedResolutionLevel));
1740 record.mReceiver.mAllowedResolutionLevel)) {
2664 receiver.mAllowedResolutionLevel)) {
2671 if (receiver.mAllowedResolutionLevel < RESOLUTION_LEVEL_FINE) {

Completed in 143 milliseconds