Home | History | Annotate | Download | only in pan

Lines Matching refs:LinkProperties

23 import android.net.LinkProperties;
59 private LinkProperties mLinkProperties;
69 mLinkProperties = new LinkProperties();
83 LinkProperties linkProperties;
85 linkProperties = mLinkProperties;
86 if (linkProperties.getInterfaceName() == null) {
90 log("dhcpThread(+" + linkProperties.getInterfaceName() +
100 if (!NetworkUtils.runDhcp(linkProperties.getInterfaceName(), dhcpResults)) {
110 linkProperties.getInterfaceName());
162 mLinkProperties = new LinkProperties();