Searched refs:UpdateRecord (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java162 private final HashMap<String,ArrayList<UpdateRecord>> mRecordsByProvider =
163 new HashMap<String,ArrayList<UpdateRecord>>();
196 final HashMap<String,UpdateRecord> mUpdateRecords = new HashMap<String,UpdateRecord>();
907 ArrayList<UpdateRecord> records = mRecordsByProvider.get(provider);
911 UpdateRecord record = records.get(i);
943 ArrayList<UpdateRecord> records = mRecordsByProvider.get(provider);
947 UpdateRecord ur = records.get(i);
955 UpdateRecord ur = records.get(i);
964 private class UpdateRecord { class in class:LocationManagerService
977 UpdateRecord(String provider, long minTime, float minDistance, boolean singleShot, method in class:LocationManagerService.UpdateRecord
[all...]

Completed in 60 milliseconds