Home | History | Annotate | Download | only in connectivity

Lines Matching refs:linkProperties

35 import android.net.LinkProperties;
1333 LinkProperties linkProperties = null;
1335 linkProperties = mConnService.getLinkProperties(upType);
1337 if (linkProperties != null) {
1339 // interface described by linkProperties, or one of the interfaces
1341 Log.i(TAG, "Finding IPv4 upstream interface on: " + linkProperties);
1343 linkProperties.getAllRoutes(), Inet4Address.ANY);
1354 Collection<InetAddress> dnses = linkProperties.getDnses();