Searched defs:getLinkProperties (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/net/
H A DLinkSocket.java68 public LinkProperties getLinkProperties() { method in class:LinkSocket
H A DNetworkStateTracker.java96 public LinkProperties getLinkProperties(); method in interface:NetworkStateTracker
H A DDummyDataStateTracker.java185 * @see android.net.NetworkStateTracker#getLinkProperties()
187 public LinkProperties getLinkProperties() { method in class:DummyDataStateTracker
H A DEthernetDataTracker.java330 public synchronized LinkProperties getLinkProperties() { method in class:EthernetDataTracker
H A DMobileDataStateTracker.java577 * @see android.net.NetworkStateTracker#getLinkProperties()
579 public LinkProperties getLinkProperties() { method in class:MobileDataStateTracker
H A DConnectivityManager.java406 public LinkProperties getLinkProperties(int networkType) { method in class:ConnectivityManager
408 return mService.getLinkProperties(networkType);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java219 public synchronized LinkProperties getLinkProperties() { method in class:BluetoothTetheringDataTracker
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateTracker.java171 public LinkProperties getLinkProperties() { method in class:WifiStateTracker
H A DWifiConfigStore.java452 static LinkProperties getLinkProperties(int netId) { method in class:WifiConfigStore
469 LinkProperties linkProperties = getLinkProperties(netId);
528 LinkProperties linkProperties = getLinkProperties(netId);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java343 protected LinkProperties getLinkProperties(String apnType) { method in class:GsmDataConnectionTracker
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java442 public LinkProperties getLinkProperties(String apnType) { method in class:SipPhoneBase
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDataConnectionTracker.java838 protected LinkProperties getLinkProperties(String apnType) { method in class:DataConnectionTracker
H A DPhoneBase.java1045 public LinkProperties getLinkProperties(String apnType) { method in class:PhoneBase
1046 return mDataConnectionTracker.getLinkProperties(apnType);
H A DPhoneProxy.java204 public LinkProperties getLinkProperties(String apnType) { method in class:PhoneProxy
205 return mActivePhone.getLinkProperties(apnType);
H A DPhone.java351 LinkProperties getLinkProperties(String apnType); method in interface:Phone
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java721 final String iface = tracker.getLinkProperties().getInterfaceName();
822 return getLinkProperties(mActiveDefaultNetwork);
826 public LinkProperties getLinkProperties(int networkType) { method in class:ConnectivityService
831 return tracker.getLinkProperties();
847 info, tracker.getLinkProperties(), tracker.getLinkCapabilities()));
858 return new NetworkState(tracker.getNetworkInfo(), tracker.getLinkProperties(),
1245 LinkProperties lp = tracker.getLinkProperties();
1562 LinkProperties linkProperties = mNetTrackers[prevNetType].getLinkProperties();
1570 LinkProperties l = networkStateTracker.getLinkProperties();
1848 final String iface = thisNet.getLinkProperties()
[all...]

Completed in 120 milliseconds