HomeSort by relevance Sort by last modified time
    Searched defs:LinkProperties (Results 1 - 5 of 5) 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 65 import android.net.LinkProperties;
66 import android.net.LinkProperties.CompareResult;
813 return isNetworkWithLinkPropertiesBlocked(nai.linkProperties, uid);
817 * Check if UID should be blocked from using the network with the given LinkProperties.
819 private boolean isNetworkWithLinkPropertiesBlocked(LinkProperties lp, int uid) {
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 149 milliseconds