Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionConnectedStateTest.java345 verify(mNetworkAgent).sendLinkProperties( in testMigration()
606 verify(mNetworkAgent).sendLinkProperties(argThat( in testInternalAndDnsAddressesChanged()
/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java1794 agent.sendLinkProperties(lp); in updateNetworkAgent()
3020 public void sendLinkProperties(@NonNull LinkProperties lp) { in sendLinkProperties() method in VcnGatewayConnection.VcnNetworkAgent
3021 mImpl.sendLinkProperties(lp); in sendLinkProperties()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1561 agent.sendLinkProperties(makeLinkProperties()); in updateLinkPropertiesInPlaceIfPossible()
4429 agent.sendLinkProperties(lp); in doSendLinkProperties()
4486 sendLinkProperties(lp); in doSendLinkProperties()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataNetwork.java2848 mNetworkAgent.sendLinkProperties(mLinkProperties);
3181 mNetworkAgent.sendLinkProperties(mLinkProperties);