Home | History | Annotate | Download | only in net

Lines Matching refs:LinkProperties

22 import android.net.LinkProperties;
23 import android.net.LinkProperties.ProvisioningChange;
83 private LinkProperties mLinkProperties = new LinkProperties();
212 public void updateLinkProperties(LinkProperties lp) {
215 Log.wtf(TAG, "requested LinkProperties interface '" + lp.getInterfaceName() +
221 mLinkProperties = new LinkProperties(lp);
259 LinkProperties whatIfLp = new LinkProperties(mLinkProperties);
275 delta = LinkProperties.compareProvisioning(mLinkProperties, whatIfLp);