Home
last modified time | relevance | path

Searched refs:getLinkProperties (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/com/android/server/net/
DNetlinkTracker.java193 public synchronized LinkProperties getLinkProperties() { in getLinkProperties() method in NetlinkTracker
/frameworks/opt/telephony/
DREADME.txt20 PhoneBase#notifyDataConnection which calls DCT#getLinkProperties
/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl68 LinkProperties getLinkProperties(in Network network); in getLinkProperties() method
DConnectivityManager.java1308 public LinkProperties getLinkProperties(int networkType) { in getLinkProperties() method in ConnectivityManager
1325 public LinkProperties getLinkProperties(@Nullable Network network) { in getLinkProperties() method in ConnectivityManager
1327 return mService.getLinkProperties(network); in getLinkProperties()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java74 dc.getNetworkCapabilities(), dc.getLinkProperties(), score, misc, in DcNetworkAgent()
DDataConnection.java393 LinkProperties getLinkProperties() { in getLinkProperties() method in DataConnection
680 linkProperties = dc.getLinkProperties(); in connect()
DDcTracker.java1051 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() method in DcTracker
1057 return dataConnection.getLinkProperties(); in getLinkProperties()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java471 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java183 linkProperties = sender.getLinkProperties(apnType); in doNotifyDataConnection()
DPhone.java3047 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() method in Phone
3052 return getDcTracker(transport).getLinkProperties(apnType); in getLinkProperties()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java514 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() method in ImsPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java795 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() method in PhoneMock
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java4870 assertNull(mCm.getLinkProperties(TYPE_NONE)); in testDeprecatedAndUnsupportedOperations()
4914 checkDirectlyConnectedRoutes(mCm.getLinkProperties(networkAgent.getNetwork()), in testLinkPropertiesEnsuresDirectlyConnectedRoutes()
6104 assertNull(mCm.getLinkProperties(mCellNetworkAgent.getNetwork()).getNat64Prefix()); in testStackedLinkProperties()
6116 List<LinkProperties> stackedLps = mCm.getLinkProperties(mCellNetworkAgent.getNetwork()) in testStackedLinkProperties()
6126 mCm.getLinkProperties(mCellNetworkAgent.getNetwork()).getStackedLinks(); in testStackedLinkProperties()
6147 LinkProperties actualLpAfterIpv4 = mCm.getLinkProperties(mCellNetworkAgent.getNetwork()); in testStackedLinkProperties()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java1538 public LinkProperties getLinkProperties(Network network) { in getLinkProperties() method in ConnectivityService
1540 return getLinkProperties(getNetworkAgentInfoForNetwork(network)); in getLinkProperties()
1543 private LinkProperties getLinkProperties(NetworkAgentInfo nai) { in getLinkProperties() method in ConnectivityService
4134 LinkProperties lp = getLinkProperties(nai); in handleReportNetworkConnectivity()
4409 LinkProperties linkProperties = getLinkProperties(underlyingNetworks[0]); in createVpnInfo()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1966 final LinkProperties lp = cm.getLinkProperties(network); in LegacyVpnRunner()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java592 LinkProperties linkProperties = mDct.getLinkProperties(PhoneConstants.APN_TYPE_DEFAULT); in verifyDataConnected()
/frameworks/base/config/
Dboot-image-profile.txt9943 HSPLandroid/net/ConnectivityManager;->getLinkProperties(Landroid/net/Network;)Landroid/net/LinkProp…
9997 HSPLandroid/net/IConnectivityManager$Stub$Proxy;->getLinkProperties(Landroid/net/Network;)Landroid/…
22412 HSPLcom/android/internal/telephony/Phone;->getLinkProperties(Ljava/lang/String;)Landroid/net/LinkPr…
23176 HSPLcom/android/internal/telephony/dataconnection/DataConnection;->getLinkProperties()Landroid/net/…
23297 HSPLcom/android/internal/telephony/dataconnection/DcTracker;->getLinkProperties(Ljava/lang/String;)…
Dhiddenapi-greylist-max-o.txt45974 Landroid/net/IConnectivityManager$Stub$Proxy;->getLinkProperties(Landroid/net/Network;)Landroid/net…
46121 Landroid/net/IConnectivityManager;->getLinkProperties(Landroid/net/Network;)Landroid/net/LinkProper…
/frameworks/base/services/
Dart-profile803 HSPLcom/android/server/ConnectivityService;->getLinkProperties(Landroid/net/Network;)Landroid/net/L…
804 HSPLcom/android/server/ConnectivityService;->getLinkProperties(Lcom/android/server/connectivity/Net…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt16917 method public android.net.LinkProperties getLinkProperties(android.net.Network);
/frameworks/base/api/
Dcurrent.txt28431 …n.ACCESS_NETWORK_STATE) @Nullable public android.net.LinkProperties getLinkProperties(@Nullable an…