/frameworks/base/tests/net/integration/util/com/android/server/ |
D | NetworkAgentWrapper.java | 239 public void sendLinkProperties(LinkProperties lp) { in sendLinkProperties() method in NetworkAgentWrapper 240 mNetworkAgent.sendLinkProperties(lp); in sendLinkProperties()
|
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 1879 mWiFiNetworkAgent.sendLinkProperties(newLp); in doNetworkCallbacksSanitizationTest() 2899 mWiFiNetworkAgent.sendLinkProperties(newLps); in testCaptivePortalApi() 3248 mCellNetworkAgent.sendLinkProperties(lp); in testAdditionalStateCallbacks() 4025 mWiFiNetworkAgent.sendLinkProperties(lp); in connectKeepaliveNetwork() 4098 mWiFiNetworkAgent.sendLinkProperties(bogusLp); in testPacketKeepalives() 4100 mWiFiNetworkAgent.sendLinkProperties(lp); in testPacketKeepalives() 4271 mWiFiNetworkAgent.sendLinkProperties(bogusLp); in doTestNattSocketKeepalivesWithExecutor() 4273 mWiFiNetworkAgent.sendLinkProperties(lp); in doTestNattSocketKeepalivesWithExecutor() 4765 networkAgent.sendLinkProperties(newLp); in testLinkPropertiesEnsuresDirectlyConnectedRoutes() 4789 mCellNetworkAgent.sendLinkProperties(cellLp); in testStatsIfacesChanged() [all …]
|
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | UpstreamNetworkMonitorTest.java | 445 wifiAgent.sendLinkProperties(); in testLocalPrefixes() 469 cellAgent.sendLinkProperties(); in testLocalPrefixes() 492 dunAgent.sendLinkProperties(); in testLocalPrefixes() 739 public void sendLinkProperties() { in sendLinkProperties() method in UpstreamNetworkMonitorTest.TestNetworkAgent
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcNetworkAgent.java | 263 public synchronized void sendLinkProperties(@NonNull LinkProperties linkProperties, in sendLinkProperties() method in DcNetworkAgent 268 sendLinkProperties(linkProperties); in sendLinkProperties()
|
D | DataConnection.java | 575 mNetworkAgent.sendLinkProperties(mLinkProperties, DataConnection.this); in updateLinkProperty() 2207 mNetworkAgent.sendLinkProperties(mLinkProperties, DataConnection.this); in enter() 2384 mNetworkAgent.sendLinkProperties(mLinkProperties, DataConnection.this); in processMessage() 2596 mNetworkAgent.sendLinkProperties(mLinkProperties, DataConnection.this); in processMessage()
|
/frameworks/base/packages/Tethering/src/android/net/ip/ |
D | IpServer.java | 962 sendLinkProperties(); in handleNewPrefixRequest() 1020 sendLinkProperties(); in sendInterfaceState() 1023 private void sendLinkProperties() { in sendLinkProperties() method in IpServer 1140 sendLinkProperties(); in processMessage()
|
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
D | EthernetNetworkFactory.java | 501 mNetworkAgent.sendLinkProperties(linkProperties); in updateLinkProperties() 542 mNetworkAgent.sendLinkProperties(mLinkProperties); in updateAgent()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 1087 agent.sendLinkProperties(makeLinkProperties()); 1672 mNetworkAgent.sendLinkProperties(makeLinkProperties()); 1681 mNetworkAgent.sendLinkProperties(makeLinkProperties()); 2324 networkAgent.sendLinkProperties(lp); 2463 mNetworkAgent.sendLinkProperties(makeLinkProperties());
|
/frameworks/base/core/java/android/net/ |
D | NetworkAgent.java | 647 public final void sendLinkProperties(@NonNull LinkProperties linkProperties) { in sendLinkProperties() method in NetworkAgent
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ClientModeImpl.java | 2778 mNetworkAgent.sendLinkProperties(mLinkProperties); in updateLinkProperties() 2814 if (mNetworkAgent != null) mNetworkAgent.sendLinkProperties(mLinkProperties); in clearLinkProperties()
|
/frameworks/base/api/ |
D | system-current.txt | 4544 method public final void sendLinkProperties(@NonNull android.net.LinkProperties);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 4544 method public final void sendLinkProperties(@NonNull android.net.LinkProperties);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 10241 HSPLandroid/net/NetworkAgent;->sendLinkProperties(Landroid/net/LinkProperties;)V 23156 …/internal/telephony/dataconnection/DataConnection$DcNetworkAgent;->sendLinkProperties(Landroid/net…
|
D | hiddenapi-greylist-max-o.txt | 44262 Landroid/net/NetworkAgent;->sendLinkProperties(Landroid/net/LinkProperties;)V
|