Home | History | Annotate | Download | only in net

Lines Matching refs:LinkProperties

20 import android.net.LinkProperties;
43 * its local LinkProperties, and if something has changed, notifies its owner of
47 * what changed. If in the meantime the LinkProperties stored here have changed,
48 * this class will return the current LinkProperties. Because each change
77 private final LinkProperties mLinkProperties;
86 mLinkProperties = new LinkProperties();
175 * Returns a copy of this object's LinkProperties.
177 public synchronized LinkProperties getLinkProperties() {
178 return new LinkProperties(mLinkProperties);
282 /** Sets the DNS servers of the provided LinkProperties object to the current servers. */
283 public synchronized void setDnsServersOn(LinkProperties lp) {