HomeSort by relevance Sort by last modified time
    Searched defs:NUM_SERVERS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/server/net/
NetlinkTracker.java 269 public static final int NUM_SERVERS = 12;
291 mAllServers = new ArrayList<DnsServerEntry>(NUM_SERVERS);
292 mIndex = new HashMap<InetAddress, DnsServerEntry>(NUM_SERVERS);
355 if (i >= NUM_SERVERS || mAllServers.get(i).expiry < now) {
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 56 milliseconds