Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DDnsPinger.java68 private final int mConnectionType; field in DnsPinger
125 mConnectionType = connectionType; in DnsPinger()
247 loge("getCurLinkProperties:: LP for type" + mConnectionType + " is null!"); in getDnsList()
294 return mConnectivityManager.getLinkProperties(mConnectionType); in getCurrentLinkProperties()