Searched refs:DnsLogFunc (Results 1 – 3 of 3) sorted by relevance
33 import com.android.server.connectivity.NetworkMonitor.DnsLogFunc;64 @NonNull final DnsLogFunc logger) throws UnknownHostException { in getAllByName()100 int timeoutMs, @Nullable final DnsLogFunc logger) throws UnknownHostException { in getAllByName()159 final long latencyMs, @Nullable final DnsLogFunc logger, int type, in logDnsResult()
29 import com.android.server.connectivity.NetworkMonitor.DnsLogFunc48 lateinit var mockLogger: DnsLogFunc
3514 public interface DnsLogFunc { interface in NetworkMonitor