/frameworks/base/core/java/com/android/server/net/ |
D | NetlinkTracker.java | 193 public synchronized LinkProperties getLinkProperties() { in getLinkProperties() method in NetlinkTracker
|
/frameworks/opt/telephony/ |
D | README.txt | 20 PhoneBase#notifyDataConnection which calls DCT#getLinkProperties
|
/frameworks/base/core/java/android/net/ |
D | IConnectivityManager.aidl | 68 LinkProperties getLinkProperties(in Network network); in getLinkProperties() method
|
D | ConnectivityManager.java | 1308 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/ |
D | DcNetworkAgent.java | 74 dc.getNetworkCapabilities(), dc.getLinkProperties(), score, misc, in DcNetworkAgent()
|
D | DataConnection.java | 393 LinkProperties getLinkProperties() { in getLinkProperties() method in DataConnection 680 linkProperties = dc.getLinkProperties(); in connect()
|
D | DcTracker.java | 1051 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/ |
D | SipPhoneBase.java | 471 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() method in SipPhoneBase
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | DefaultPhoneNotifier.java | 183 linkProperties = sender.getLinkProperties(apnType); in doNotifyDataConnection()
|
D | Phone.java | 3047 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/ |
D | ImsPhoneBase.java | 514 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() method in ImsPhoneBase
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 795 public LinkProperties getLinkProperties(String apnType) { in getLinkProperties() method in PhoneMock
|
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 4870 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/ |
D | ConnectivityService.java | 1538 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/ |
D | Vpn.java | 1966 final LinkProperties lp = cm.getLinkProperties(network); in LegacyVpnRunner()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DcTrackerTest.java | 592 LinkProperties linkProperties = mDct.getLinkProperties(PhoneConstants.APN_TYPE_DEFAULT); in verifyDataConnected()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 9943 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;)…
|
D | hiddenapi-greylist-max-o.txt | 45974 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/ |
D | art-profile | 803 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/ |
D | android-22.txt | 16917 method public android.net.LinkProperties getLinkProperties(android.net.Network);
|
/frameworks/base/api/ |
D | current.txt | 28431 …n.ACCESS_NETWORK_STATE) @Nullable public android.net.LinkProperties getLinkProperties(@Nullable an…
|