Searched refs:getLinkProperties (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkStateTracker.java111 public LinkProperties getLinkProperties(); method in interface:NetworkStateTracker
H A DBaseNetworkStateTracker.java97 public LinkProperties getLinkProperties() { method in class:BaseNetworkStateTracker
H A DIConnectivityManager.aidl60 LinkProperties getLinkProperties(in Network network);
H A DConnectivityManager.java786 public LinkProperties getLinkProperties(int networkType) { method in class:ConnectivityManager
801 public LinkProperties getLinkProperties(Network network) { method in class:ConnectivityManager
803 return mService.getLinkProperties(network);
1784 final LinkProperties lp = getLinkProperties(network);
H A DDnsPinger.java294 return mConnectivityManager.getLinkProperties(mConnectionType);
H A DNetwork.java253 final LinkProperties lp = cm.getLinkProperties(this);
H A DMobileDataStateTracker.java737 * @see android.net.NetworkStateTracker#getLinkProperties()
740 public LinkProperties getLinkProperties() { method in class:MobileDataStateTracker
/frameworks/base/core/java/com/android/server/net/
H A DNetlinkTracker.java48 * The owner can then call {@code getLinkProperties()} in order to find out
58 * getLinkProperties or clearLinkProperties on its thread.
179 public synchronized LinkProperties getLinkProperties() { method in class:NetlinkTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java172 linkProperties = sender.getLinkProperties(apnType);
H A DPhone.java295 LinkProperties getLinkProperties(String apnType); method in interface:Phone
H A DPhoneProxy.java428 public LinkProperties getLinkProperties(String apnType) { method in class:PhoneProxy
429 return mActivePhone.getLinkProperties(apnType);
H A DPhoneBase.java1731 public LinkProperties getLinkProperties(String apnType) { method in class:PhoneBase
1732 return mDcTracker.getLinkProperties(apnType);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java534 public LinkProperties getLinkProperties(String apnType) { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java500 public LinkProperties getLinkProperties(String apnType) { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java469 public LinkProperties getLinkProperties(String apnType) { method in class:DcTracker
1945 LinkProperties linkProperties = getLinkProperties(apnType);
H A DDcTrackerBase.java1215 public LinkProperties getLinkProperties(String apnType) { method in class:DcTrackerBase
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java1324 getConnectivityManager().getLinkProperties(upType);
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1165 public LinkProperties getLinkProperties(Network network) { method in class:ConnectivityService
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java3958 LinkProperties netlinkLinkProperties = mNetlinkTracker.getLinkProperties();

Completed in 1141 milliseconds