Home
last modified time | relevance | path

Searched defs:allowedResolutionLevel (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DGeofenceState.java47 int allowedResolutionLevel, int uid, String packageName, PendingIntent intent) { in GeofenceState()
DGeofenceManager.java154 int allowedResolutionLevel, int uid, String packageName) { in addFence()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java1715 int allowedResolutionLevel = getCallerAllowedResolutionLevel(); in hasGnssPermissions() local
1894 private void checkResolutionLevelIsSufficientForGeofenceUse(int allowedResolutionLevel) { in checkResolutionLevelIsSufficientForGeofenceUse()
1931 private void checkResolutionLevelIsSufficientForProviderUseLocked(int allowedResolutionLevel, in checkResolutionLevelIsSufficientForProviderUseLocked()
1949 public static int resolutionLevelToOp(int allowedResolutionLevel) { in resolutionLevelToOp()
1960 private static String resolutionLevelToOpStr(int allowedResolutionLevel) { in resolutionLevelToOpStr()
1977 int pid, int uid, String packageName, int allowedResolutionLevel) { in reportLocationAccessNoThrow()
1989 int allowedResolutionLevel) { in checkLocationAccess()
2026 int allowedResolutionLevel = getCallerAllowedResolutionLevel(); in getProviders() local
2499 int allowedResolutionLevel = getCallerAllowedResolutionLevel(); in requestLocationUpdates() local
2671 int allowedResolutionLevel = getCallerAllowedResolutionLevel(); in getLastLocation() local
[all …]