Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionConnectedStateTest.java338 verify(mNetworkAgent).sendLinkProperties( in testMigration()
572 verify(mNetworkAgent).sendLinkProperties(argThat( in testInternalAndDnsAddressesChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java1765 agent.sendLinkProperties(lp); in updateNetworkAgent()
2963 public void sendLinkProperties(@NonNull LinkProperties lp) { in sendLinkProperties() method in VcnGatewayConnection.VcnNetworkAgent
2964 mImpl.sendLinkProperties(lp); in sendLinkProperties()
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java1710 agent.sendLinkProperties(makeLinkProperties()); in updateLinkPropertiesInPlaceIfPossible()
5029 agent.sendLinkProperties(lp); in doSendLinkProperties()
5086 sendLinkProperties(lp); in doSendLinkProperties()