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

/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java209 private final HashMap<String, Location> mLastLocationCoarseInterval = field in class:LocationManagerService
628 mLastLocationCoarseInterval.clear();
1348 mLastLocationCoarseInterval.clear();
1820 location = mLastLocationCoarseInterval.get(name);
2235 Location lastLocationCoarseInterval = mLastLocationCoarseInterval.get(provider);
2238 mLastLocationCoarseInterval.put(provider, lastLocationCoarseInterval);
2510 mLastLocationCoarseInterval.put(name, null);
2540 mLastLocationCoarseInterval.put(provider, null);
2712 for (Map.Entry<String, Location> entry : mLastLocationCoarseInterval.entrySet()) {

Completed in 69 milliseconds