/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() 3240 mCellNetworkAgent.sendLinkProperties(lp); in testAdditionalStateCallbacks() 4017 mWiFiNetworkAgent.sendLinkProperties(lp); in connectKeepaliveNetwork() 4090 mWiFiNetworkAgent.sendLinkProperties(bogusLp); in testPacketKeepalives() 4092 mWiFiNetworkAgent.sendLinkProperties(lp); in testPacketKeepalives() 4263 mWiFiNetworkAgent.sendLinkProperties(bogusLp); in doTestNattSocketKeepalivesWithExecutor() 4265 mWiFiNetworkAgent.sendLinkProperties(lp); in doTestNattSocketKeepalivesWithExecutor() 4757 networkAgent.sendLinkProperties(newLp); in testLinkPropertiesEnsuresDirectlyConnectedRoutes() 4781 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 | 256 public synchronized void sendLinkProperties(LinkProperties linkProperties, in sendLinkProperties() method in DcNetworkAgent 259 sendLinkProperties(linkProperties); in sendLinkProperties()
|
D | DataConnection.java | 558 mNetworkAgent.sendLinkProperties(mLinkProperties, DataConnection.this); in updateLinkProperty() 2189 mNetworkAgent.sendLinkProperties(mLinkProperties, DataConnection.this); in enter() 2366 mNetworkAgent.sendLinkProperties(mLinkProperties, DataConnection.this); in processMessage() 2578 mNetworkAgent.sendLinkProperties(mLinkProperties, DataConnection.this); in processMessage()
|
/frameworks/base/packages/Tethering/src/android/net/ip/ |
D | IpServer.java | 955 sendLinkProperties(); in handleNewPrefixRequest() 1013 sendLinkProperties(); in sendInterfaceState() 1016 private void sendLinkProperties() { in sendLinkProperties() method in IpServer 1133 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 | 646 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 | 2509 mNetworkAgent.sendLinkProperties(mLinkProperties); in updateLinkProperties() 2543 if (mNetworkAgent != null) mNetworkAgent.sendLinkProperties(mLinkProperties); in clearLinkProperties()
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 6168 method public final void sendLinkProperties(@NonNull android.net.LinkProperties);
|
/frameworks/base/api/ |
D | system-current.txt | 6220 method public final void sendLinkProperties(@NonNull android.net.LinkProperties);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14096 HSPLandroid/net/NetworkAgent;->sendLinkProperties(Landroid/net/LinkProperties;)V
|