Home | History | Annotate | Download | only in server

Lines Matching defs:mLastLocationCoarseInterval

225     private final HashMap<String, Location> mLastLocationCoarseInterval =
749 mLastLocationCoarseInterval.clear();
1677 mLastLocationCoarseInterval.clear();
2257 location = mLastLocationCoarseInterval.get(name);
2898 Location lastLocationCoarseInterval = mLastLocationCoarseInterval.get(provider);
2901 mLastLocationCoarseInterval.put(provider, lastLocationCoarseInterval);
3205 mLastLocationCoarseInterval.put(name, null);
3235 mLastLocationCoarseInterval.put(provider, null);
3428 for (Map.Entry<String, Location> entry : mLastLocationCoarseInterval.entrySet()) {