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

/frameworks/base/services/java/com/android/server/location/
H A DGeofenceState.java38 public final int mAllowedResolutionLevel; field in class:GeofenceState
53 mAllowedResolutionLevel = allowedResolutionLevel;
H A DGeofenceManager.java267 int op = LocationManagerService.resolutionLevelToOp(state.mAllowedResolutionLevel);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java476 final int mAllowedResolutionLevel; // resolution level allowed to receiver field in class:LocationManagerService.Receiver
502 mAllowedResolutionLevel = getAllowedResolutionLevel(pid, uid);
667 getResolutionPermission(mAllowedResolutionLevel));
701 getResolutionPermission(mAllowedResolutionLevel));
743 getResolutionPermission(mAllowedResolutionLevel));
1219 record.mReceiver.mAllowedResolutionLevel)) {
1992 receiver.mAllowedResolutionLevel)) {
1999 if (receiver.mAllowedResolutionLevel < RESOLUTION_LEVEL_FINE) {

Completed in 88 milliseconds