HomeSort by relevance Sort by last modified time
    Searched refs:updateRecord (Results 1 - 4 of 4) sorted by null

  /external/jmdns/src/javax/jmdns/impl/
DNSListener.java 27 void updateRecord(DNSCache dnsCache, long now, DNSEntry record);
JmDNSImpl.java     [all...]
ServiceInfoImpl.java 865 public void updateRecord(DNSCache dnsCache, long now, DNSEntry rec) {
893 this.updateRecord(dnsCache, now, entry);
896 this.updateRecord(dnsCache, now, entry);
    [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 178 private final HashMap<String, ArrayList<UpdateRecord>> mRecordsByProvider =
179 new HashMap<String, ArrayList<UpdateRecord>>();
484 final HashMap<String,UpdateRecord> mUpdateRecords = new HashMap<String,UpdateRecord>();
567 for (UpdateRecord updateRecord : mUpdateRecords.values()) {
568 if (isAllowedByCurrentUserSettingsLocked(updateRecord.mProvider)) {
571 = mProvidersByName.get(updateRecord.mProvider);
576 && updateRecord.mRequest.getInterval() < HIGH_POWER_INTERVAL_MS) {
    [all...]

Completed in 958 milliseconds