HomeSort by relevance Sort by last modified time
    Searched refs:mAllowedResolutionLevel (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/location/
GeofenceState.java 38 public final int mAllowedResolutionLevel;
53 mAllowedResolutionLevel = allowedResolutionLevel;
GeofenceManager.java 267 int op = LocationManagerService.resolutionLevelToOp(state.mAllowedResolutionLevel);
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 476 final int mAllowedResolutionLevel; // resolution level allowed to receiver
502 mAllowedResolutionLevel = getAllowedResolutionLevel(pid, uid);
667 getResolutionPermission(mAllowedResolutionLevel));
701 getResolutionPermission(mAllowedResolutionLevel));
    [all...]

Completed in 417 milliseconds