Searched refs:getAllowedResolutionLevel (Results 1 – 3 of 3) sorted by relevance
60 if (mGeofenceHardwareImpl.getAllowedResolutionLevel(pid, uid) < in checkPermission()
920 int getAllowedResolutionLevel(int pid, int uid) { in getAllowedResolutionLevel() method in GeofenceHardwareImpl
665 mAllowedResolutionLevel = getAllowedResolutionLevel(pid, uid); in Receiver()1068 private int getAllowedResolutionLevel(int pid, int uid) { in getAllowedResolutionLevel() method in LocationManagerService1086 return getAllowedResolutionLevel(Binder.getCallingPid(), Binder.getCallingUid()); in getCallerAllowedResolutionLevel()1193 if (getAllowedResolutionLevel(pid, uid) < allowedResolutionLevel) { in reportLocationAccessNoThrow()1208 if (getAllowedResolutionLevel(pid, uid) < allowedResolutionLevel) { in checkLocationAccess()