Searched refs:getAllowedResolutionLevel (Results 1 – 5 of 5) sorted by relevance
60 if (mGeofenceHardwareImpl.getAllowedResolutionLevel(pid, uid) < in checkPermission()
920 int getAllowedResolutionLevel(int pid, int uid) { in getAllowedResolutionLevel() method in GeofenceHardwareImpl
1383 mAllowedResolutionLevel = getAllowedResolutionLevel(pid, uid); in Receiver()1878 private int getAllowedResolutionLevel(int pid, int uid) { in getAllowedResolutionLevel() method in LocationManagerService1891 return getAllowedResolutionLevel(Binder.getCallingPid(), Binder.getCallingUid()); in getCallerAllowedResolutionLevel()1985 return getAllowedResolutionLevel(pid, uid) >= allowedResolutionLevel; in reportLocationAccessNoThrow()1997 return getAllowedResolutionLevel(pid, uid) >= allowedResolutionLevel; in checkLocationAccess()
1295 HSPLcom/android/server/LocationManagerService;->getAllowedResolutionLevel(II)I
24072 Landroid/hardware/location/GeofenceHardwareImpl;->getAllowedResolutionLevel(II)I