HomeSort by relevance Sort by last modified time
    Searched defs:LinkProperties (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/net/
LinkProperties.java 49 public final class LinkProperties implements 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) {
143 public LinkProperties() {
149 public LinkProperties(LinkProperties source) {
158 for (LinkProperties l: source.mStackedLinks.values())
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 60 import android.net.LinkProperties;
61 import android.net.LinkProperties.CompareResult;
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 325 milliseconds