Searched defs:getCallerAllowedResolutionLevel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java910 private int getCallerAllowedResolutionLevel() { method in class:LocationManagerService
1059 int allowedResolutionLevel = getCallerAllowedResolutionLevel();
1430 int allowedResolutionLevel = getCallerAllowedResolutionLevel();
1571 int allowedResolutionLevel = getCallerAllowedResolutionLevel();
1632 int allowedResolutionLevel = getCallerAllowedResolutionLevel();
1660 checkResolutionLevelIsSufficientForGeofenceUse(getCallerAllowedResolutionLevel());
1681 int allowedResolutionLevel = getCallerAllowedResolutionLevel();
1721 checkResolutionLevelIsSufficientForProviderUse(getCallerAllowedResolutionLevel(),
1763 checkResolutionLevelIsSufficientForProviderUse(getCallerAllowedResolutionLevel(),
1778 checkResolutionLevelIsSufficientForProviderUse(getCallerAllowedResolutionLevel(),
[all...]

Completed in 34 milliseconds