HomeSort by relevance Sort by last modified time
    Searched refs:LinkProperties (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/base/core/java/android/net/
LinkProperties.aidl 20 parcelable LinkProperties;
LinkProperties.java 60 public class LinkProperties implements Parcelable {
71 private Hashtable<String, LinkProperties> mStackedLinks =
72 new Hashtable<String, LinkProperties>();
89 public LinkProperties() {
94 public LinkProperties(LinkProperties source) {
103 for (LinkProperties l: source.mStackedLinks.values()) {
125 for (LinkProperties stacked: mStackedLinks.values()) {
195 for (LinkProperties stacked: mStackedLinks.values()) {
217 public void addStackedLink(LinkProperties link)
    [all...]
NetworkStateTracker.java 76 * msg.obj = LinkProperties object
82 * msg.obj = LinkProperties object, same iface name
108 * Return the LinkProperties for the connection.
110 * @return a copy of the LinkProperties, is never null.
112 public LinkProperties getLinkProperties();
220 public void addStackedLink(LinkProperties link);
225 public void removeStackedLink(LinkProperties link);
BaseNetworkStateTracker.java 46 protected LinkProperties mLinkProperties;
56 mLinkProperties = new LinkProperties();
90 public final LinkProperties getLinkProperties() {
91 return new LinkProperties(mLinkProperties);
161 public void addStackedLink(LinkProperties link) {
166 public void removeStackedLink(LinkProperties link) {
NetworkState.java 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)
    [all...]
DummyDataStateTracker.java 42 private LinkProperties mLinkProperties;
192 public LinkProperties getLinkProperties() {
193 return new LinkProperties(mLinkProperties);
208 public void addStackedLink(LinkProperties link) {
213 public void removeStackedLink(LinkProperties link) {
DhcpResults.java 33 * TODO - remove when DhcpInfo is deprecated. Move the remaining api to LinkProperties.
39 public final LinkProperties linkProperties;
51 linkProperties = new LinkProperties();
57 linkProperties = new LinkProperties(source.linkProperties);
62 linkProperties = new LinkProperties();
    [all...]
LinkSocket.java 20 import android.net.LinkProperties;
66 * @return the {@code LinkProperties} for the socket
68 public LinkProperties getLinkProperties() {
69 if (DBG) log("LinkProperties() EX");
70 return new LinkProperties();
EthernetDataTracker.java 49 private LinkProperties mLinkProperties;
111 mLinkProperties = new LinkProperties();
179 mLinkProperties = dhcpResults.linkProperties;
363 * Fetch LinkProperties for the network
365 public synchronized LinkProperties getLinkProperties() {
366 return new LinkProperties(mLinkProperties);
413 public void addStackedLink(LinkProperties link) {
418 public void removeStackedLink(LinkProperties link) {
IConnectivityManager.aidl 19 import android.net.LinkProperties;
51 LinkProperties getActiveLinkProperties();
52 LinkProperties getLinkProperties(int networkType);
MobileDataStateTracker.java 65 private LinkProperties mLinkProperties;
240 mLinkProperties = new LinkProperties();
252 // There was no state change. Check if LinkProperties has been updated.
258 mLinkProperties = new LinkProperties();
529 public void addStackedLink(LinkProperties link) {
534 public void removeStackedLink(LinkProperties link) {
609 public LinkProperties getLinkProperties() {
610 return new LinkProperties(mLinkProperties);
DnsPinger.java 245 LinkProperties curLinkProps = getCurrentLinkProperties();
288 private LinkProperties getCurrentLinkProperties() {
  /frameworks/base/core/tests/coretests/src/android/net/
LinkPropertiesTest.java 19 import android.net.LinkProperties;
36 public void assertLinkPropertiesEqual(LinkProperties source, LinkProperties target) {
66 LinkProperties source = new LinkProperties();
67 LinkProperties target = new LinkProperties();
76 LinkProperties source = new LinkProperties();
90 LinkProperties target = new LinkProperties()
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 24 import android.net.LinkProperties;
51 private LinkProperties mLinkProperties;
64 mLinkProperties = new LinkProperties();
177 * Fetch LinkProperties for the network
179 public LinkProperties getLinkProperties() {
180 return new LinkProperties(mLinkProperties);
225 mLinkProperties = new LinkProperties();
245 mLinkProperties = (LinkProperties) intent.getParcelableExtra(
258 public void addStackedLink(LinkProperties link) {
263 public void removeStackedLink(LinkProperties link)
    [all...]
WifiConfigStore.java 22 import android.net.LinkProperties;
513 * @return LinkProperties for the given network id
515 LinkProperties getLinkProperties(int netId) {
517 if (config != null) return new LinkProperties(config.linkProperties);
524 void setLinkProperties(int netId, LinkProperties linkProperties) {
528 if(config.linkProperties != null) {
529 linkProperties.setHttpProxy(config.linkProperties.getHttpProxy())
    [all...]
WifiConfiguration.java 19 import android.net.LinkProperties;
288 * with linkProperties */
309 * with linkProperties */
322 public LinkProperties linkProperties;
343 linkProperties = new LinkProperties();
427 sbuf.append(linkProperties.toString());
578 linkProperties = new LinkProperties(source.linkProperties)
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Nat464Xlat.java 27 import android.net.LinkProperties;
55 // The LinkProperties of the clat interface.
56 private LinkProperties mLP;
72 mLP = new LinkProperties();
83 LinkProperties lp = tracker.getLinkProperties();
90 public static boolean isRunningClat(LinkProperties lp) {
104 LinkProperties lp = mTracker.getLinkProperties();
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephonyRegistry.aidl 20 import android.net.LinkProperties;
38 String reason, String apn, String apnType, in LinkProperties linkProperties,
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 26 import android.net.LinkProperties;
69 private LinkProperties mLinkProperties;
87 mLinkProperties = new LinkProperties();
247 * Fetch LinkProperties for the network
249 public LinkProperties getLinkProperties() {
251 return new LinkProperties(mLinkProperties);
306 void startReverseTether(final LinkProperties linkProperties) {
307 if (linkProperties == null || TextUtils.isEmpty(linkProperties.getInterfaceName()))
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 25 import android.net.LinkProperties;
242 * Request the connections LinkProperties.
254 * @return LinkProperties, maybe null.
256 public LinkProperties rspLinkProperties(Message response) {
257 LinkProperties retVal = (LinkProperties) response.obj;
263 * Get the connections LinkProperties.
265 * @return LinkProperties or null if an error
267 public LinkProperties getLinkPropertiesSync() {
268 LinkProperties value
    [all...]
DataCallResponse.java 21 import android.net.LinkProperties;
107 public SetupResult setLinkProperties(LinkProperties linkProperties,
113 if (linkProperties == null)
114 linkProperties = new LinkProperties();
116 linkProperties.clear();
123 linkProperties.setInterfaceName(ifname);
153 linkProperties.addLinkAddress(la);
172 linkProperties.addDns(ia)
    [all...]
DataConnection.java 34 import android.net.LinkProperties;
154 private LinkProperties mLinkProperties = new LinkProperties();
243 LinkProperties getCopyLinkProperties() {
244 return new LinkProperties(mLinkProperties);
265 public LinkProperties oldLp;
266 public LinkProperties newLp;
267 public UpdateLinkPropertyResult(LinkProperties curLp) {
279 result.newLp = new LinkProperties();
627 mLinkProperties = new LinkProperties();
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
ConnectivityServiceTest.java 37 import android.net.LinkProperties;
93 public LinkProperties link;
98 link = new LinkProperties();
104 doReturn(new LinkProperties(link)).when(tracker).getLinkProperties();
  /frameworks/base/core/java/android/net/arp/
ArpPeer.java 20 import android.net.LinkProperties;
133 public static boolean doArp(String myMacAddress, LinkProperties linkProperties,
135 String interfaceName = linkProperties.getInterfaceName();
140 for (LinkAddress la : linkProperties.getLinkAddresses()) {
145 for (RouteInfo route : linkProperties.getRoutes()) {
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
AccessPointParserHelper.java 33 import android.net.LinkProperties;
121 LinkProperties mLinkProperties = null;
158 mLinkProperties = new LinkProperties();
180 config.linkProperties = mLinkProperties;

Completed in 3577 milliseconds

1 2