Searched defs:LinkProperties (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DLinkProperties.java49 public final class LinkProperties implements Parcelable { class in inherits:Parcelable
67 private Hashtable<String, LinkProperties> mStackedLinks =
68 new Hashtable<String, LinkProperties>();
99 * Compare the provisioning states of two LinkProperties instances.
104 LinkProperties before, LinkProperties after) {
139 public LinkProperties() { method in class:LinkProperties
145 public LinkProperties(LinkProperties source) { method in class:LinkProperties
154 for (LinkProperties
[all...]

Completed in 54 milliseconds