Home
last modified time | relevance | path

Searched refs:DNS_RESOLVER_DEFAULT_MIN_SAMPLES (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DDnsManager.java127 private static final int DNS_RESOLVER_DEFAULT_MIN_SAMPLES = 8; field in DnsManager
455 mMinSamples = getIntSetting(DNS_RESOLVER_MIN_SAMPLES, DNS_RESOLVER_DEFAULT_MIN_SAMPLES); in updateParametersSettings()
459 + "), using default=(" + DNS_RESOLVER_DEFAULT_MIN_SAMPLES + ", " in updateParametersSettings()
461 mMinSamples = DNS_RESOLVER_DEFAULT_MIN_SAMPLES; in updateParametersSettings()
/packages/modules/Connectivity/framework/src/android/net/
DConnectivitySettingsManager.java122 private static final int DNS_RESOLVER_DEFAULT_MIN_SAMPLES = 8; field in ConnectivitySettingsManager
519 DNS_RESOLVER_MIN_SAMPLES, DNS_RESOLVER_DEFAULT_MIN_SAMPLES); in getDnsResolverSampleRanges()