Home
last modified time | relevance | path

Searched refs:mLastLocationCoarseInterval (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java224 private final HashMap<String, Location> mLastLocationCoarseInterval = field in LocationManagerService
753 mLastLocationCoarseInterval.clear(); in switchUser()
1653 mLastLocationCoarseInterval.clear(); in updateProvidersLocked()
2187 location = mLastLocationCoarseInterval.get(name); in getLastLocation()
2591 Location lastLocationCoarseInterval = mLastLocationCoarseInterval.get(provider); in handleLocationChangedLocked()
2594 mLastLocationCoarseInterval.put(provider, lastLocationCoarseInterval); in handleLocationChangedLocked()
2870 mLastLocationCoarseInterval.put(name, null); in addTestProviderLocked()
2900 mLastLocationCoarseInterval.put(provider, null); in removeTestProvider()
3073 for (Map.Entry<String, Location> entry : mLastLocationCoarseInterval.entrySet()) { in dump()