HomeSort by relevance Sort by last modified time
    Searched refs:DnsEventListenerService (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/
DnsEventListenerService.java 42 public class DnsEventListenerService extends IDnsEventListener.Stub {
46 private static final String TAG = DnsEventListenerService.class.getSimpleName();
113 synchronized (DnsEventListenerService.this) {
122 public DnsEventListenerService(Context context) {
127 public DnsEventListenerService(ConnectivityManager cm, IpConnectivityLog log) {
MetricsLoggerService.java 59 mDnsListener = new DnsEventListenerService(getContext());
89 private DnsEventListenerService mDnsListener;
  /frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/
DnsEventListenerServiceTest.java 52 // TODO: read from DnsEventListenerService after this constant is read from system property
69 DnsEventListenerService mDnsService;
80 mDnsService = new DnsEventListenerService(mCm, mLog);

Completed in 759 milliseconds