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

  /frameworks/base/core/java/com/android/server/net/
NetlinkTracker.java 240 * Typically the system will only use a small number (2 or 3; {@code NUM_CURRENT_SERVERS}) of DNS
247 * NUM_CURRENT_SERVERS} current servers, or if one or more of the current servers expires or is
252 * (misconfigured?) network where two or more routers announce more than {@code NUM_CURRENT_SERVERS}
266 public static final int NUM_CURRENT_SERVERS = 3;
271 /** Stores up to {@code NUM_CURRENT_SERVERS} DNS servers we're currently using. */
368 if (mCurrentServers.size() < NUM_CURRENT_SERVERS) {
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 88 milliseconds