Home
last modified time | relevance | path

Searched refs:sendLinkProperties (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java791 public void sendLinkProperties(LinkProperties lp) { in sendLinkProperties() method in ConnectivityServiceTest.MockNetworkAgent
792 mNetworkAgent.sendLinkProperties(lp); in sendLinkProperties()
3350 mCellNetworkAgent.sendLinkProperties(lp); in testAdditionalStateCallbacks()
4159 mWiFiNetworkAgent.sendLinkProperties(lp); in connectKeepaliveNetwork()
4231 mWiFiNetworkAgent.sendLinkProperties(bogusLp); in testPacketKeepalives()
4233 mWiFiNetworkAgent.sendLinkProperties(lp); in testPacketKeepalives()
4408 mWiFiNetworkAgent.sendLinkProperties(bogusLp); in doTestNattSocketKeepalivesWithExecutor()
4410 mWiFiNetworkAgent.sendLinkProperties(lp); in doTestNattSocketKeepalivesWithExecutor()
4910 networkAgent.sendLinkProperties(newLp); in testLinkPropertiesEnsuresDirectlyConnectedRoutes()
4934 mCellNetworkAgent.sendLinkProperties(cellLp); in testStatsIfacesChanged()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java213 public synchronized void sendLinkProperties(LinkProperties linkProperties, in sendLinkProperties() method in DcNetworkAgent
223 sendLinkProperties(linkProperties); in sendLinkProperties()
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DUpstreamNetworkMonitorTest.java445 wifiAgent.sendLinkProperties(); in testLocalPrefixes()
469 cellAgent.sendLinkProperties(); in testLocalPrefixes()
492 dunAgent.sendLinkProperties(); in testLocalPrefixes()
735 public void sendLinkProperties() { in sendLinkProperties() method in UpstreamNetworkMonitorTest.TestNetworkAgent
/frameworks/base/services/net/java/android/net/ip/
DIpServer.java676 sendLinkProperties(); in sendInterfaceState()
679 private void sendLinkProperties() { in sendLinkProperties() method in IpServer
780 sendLinkProperties(); in processMessage()
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java491 mNetworkAgent.sendLinkProperties(linkProperties); in updateLinkProperties()
539 mNetworkAgent.sendLinkProperties(mLinkProperties); in updateAgent()
/frameworks/base/core/java/android/net/
DNetworkAgent.java393 public void sendLinkProperties(LinkProperties linkProperties) { in sendLinkProperties() method in NetworkAgent
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java956 agent.sendLinkProperties(makeLinkProperties()); in updateLinkPropertiesInPlaceIfPossible()
1518 mNetworkAgent.sendLinkProperties(makeLinkProperties()); in addAddress()
1527 mNetworkAgent.sendLinkProperties(makeLinkProperties()); in removeAddress()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java2757 mNetworkAgent.sendLinkProperties(mLinkProperties); in updateLinkProperties()
2793 if (mNetworkAgent != null) mNetworkAgent.sendLinkProperties(mLinkProperties); in clearLinkProperties()