Searched refs:mLastLocationCoarseInterval (Results 1 – 1 of 1) sorted by relevance
224 private final HashMap<String, Location> mLastLocationCoarseInterval = field in LocationManagerService753 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()