HomeSort by relevance Sort by last modified time
    Searched defs:LinkProperties (Results 1 - 4 of 4) 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>();
91 public LinkProperties() {
97 public LinkProperties(LinkProperties source) {
106 for (LinkProperties l: source.mStackedLinks.values()) {
145 for (LinkProperties stacked: mStackedLinks.values()) {
154 * {@code LinkProperties} actually contains {@link LinkAddress} objects which also include
156 * {@link LinkProperties#getLinkAddresses}
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 49 import android.net.LinkProperties;
50 import android.net.LinkProperties.CompareResult;
796 LinkProperties lp = null;
806 lp = new LinkProperties(nai.linkProperties);
816 lp = new LinkProperties();
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 897 milliseconds