Home | History | Annotate | Download | only in net

Lines Matching refs:linkProperties

30     public final LinkProperties linkProperties;
36 public NetworkState(NetworkInfo networkInfo, LinkProperties linkProperties,
38 this(networkInfo, linkProperties, linkCapabilities, null, null);
41 public NetworkState(NetworkInfo networkInfo, LinkProperties linkProperties,
44 this.linkProperties = linkProperties;
52 linkProperties = in.readParcelable(null);
66 out.writeParcelable(linkProperties, flags);