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

/frameworks/base/core/java/com/android/server/net/
H A DNetlinkTracker.java214 class DnsServerEntry implements Comparable<DnsServerEntry> { class in inherits:Comparable
221 public DnsServerEntry(InetAddress address, long expiry) throws IllegalArgumentException { method in class:DnsServerEntry
226 public int compareTo(DnsServerEntry other) {
281 private ArrayList<DnsServerEntry> mAllServers;
287 private HashMap<InetAddress, DnsServerEntry> mIndex;
291 mAllServers = new ArrayList<DnsServerEntry>(NUM_SERVERS);
292 mIndex = new HashMap<InetAddress, DnsServerEntry>(NUM_SERVERS);
326 DnsServerEntry entry = new DnsServerEntry(addres
[all...]

Completed in 27 milliseconds