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.java236 private final HashMap<String, Location> mLastLocationCoarseInterval = field in LocationManagerService
1272 mLastLocationCoarseInterval.clear(); in onUseableChangedLocked()
2711 location = mLastLocationCoarseInterval.get(name); in getLastLocation()
3310 Location lastLocationCoarseInterval = mLastLocationCoarseInterval.get( in handleLocationChangedLocked()
3316 mLastLocationCoarseInterval.put(provider.getName(), lastLocationCoarseInterval); in handleLocationChangedLocked()
3726 for (Map.Entry<String, Location> entry : mLastLocationCoarseInterval.entrySet()) { in dump()