Searched defs:getLinkProperties (Results 1 - 17 of 17) sorted by path

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java235 public synchronized LinkProperties getLinkProperties() { method in class:BluetoothTetheringDataTracker
/frameworks/base/core/java/android/net/
H A DBaseNetworkStateTracker.java89 public final LinkProperties getLinkProperties() { method in class:BaseNetworkStateTracker
H A DConnectivityManager.java466 public LinkProperties getLinkProperties(int networkType) { method in class:ConnectivityManager
468 return mService.getLinkProperties(networkType);
H A DDummyDataStateTracker.java189 * @see android.net.NetworkStateTracker#getLinkProperties()
191 public LinkProperties getLinkProperties() { method in class:DummyDataStateTracker
H A DEthernetDataTracker.java365 public synchronized LinkProperties getLinkProperties() { method in class:EthernetDataTracker
H A DLinkSocket.java68 public LinkProperties getLinkProperties() { method in class:LinkSocket
H A DMobileDataStateTracker.java593 * @see android.net.NetworkStateTracker#getLinkProperties()
595 public LinkProperties getLinkProperties() { method in class:MobileDataStateTracker
H A DNetworkStateTracker.java96 public LinkProperties getLinkProperties(); method in interface:NetworkStateTracker
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java776 final String iface = tracker.getLinkProperties().getInterfaceName();
891 return getLinkProperties(mActiveDefaultNetwork);
895 public LinkProperties getLinkProperties(int networkType) { method in class:ConnectivityService
900 return tracker.getLinkProperties();
916 info, tracker.getLinkProperties(), tracker.getLinkCapabilities()));
927 return new NetworkState(tracker.getNetworkInfo(), tracker.getLinkProperties(),
1389 LinkProperties lp = tracker.getLinkProperties();
1727 LinkProperties linkProperties = mNetTrackers[prevNetType].getLinkProperties();
1735 LinkProperties l = networkStateTracker.getLinkProperties();
2007 final String thisIface = thisNet.getLinkProperties()
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java498 LinkProperties getLinkProperties(int netId) { method in class:WifiConfigStore
514 LinkProperties linkProperties = getLinkProperties(netId);
572 LinkProperties linkProperties = getLinkProperties(netId);
H A DWifiStateTracker.java178 public LinkProperties getLinkProperties() { method in class:WifiStateTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionTracker.java785 protected LinkProperties getLinkProperties(String apnType) { method in class:DataConnectionTracker
H A DPhone.java267 LinkProperties getLinkProperties(String apnType); method in interface:Phone
H A DPhoneBase.java1068 public LinkProperties getLinkProperties(String apnType) { method in class:PhoneBase
1069 return mDataConnectionTracker.getLinkProperties(apnType);
H A DPhoneProxy.java322 public LinkProperties getLinkProperties(String apnType) { method in class:PhoneProxy
323 return mActivePhone.getLinkProperties(apnType);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java344 protected LinkProperties getLinkProperties(String apnType) { method in class:GsmDataConnectionTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java452 public LinkProperties getLinkProperties(String apnType) { method in class:SipPhoneBase

Completed in 149 milliseconds