Home
last modified time | relevance | path

Searched defs:sendLinkProperties (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DINetworkAgentRegistry.aidl33 void sendLinkProperties(in LinkProperties lp); in sendLinkProperties() method
H A DNetworkAgent.java824 public final void sendLinkProperties(@NonNull LinkProperties linkProperties) { in sendLinkProperties() method in NetworkAgent
/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DNetworkAgent.java170 public void sendLinkProperties(LinkProperties linkProperties) { in sendLinkProperties() method in NetworkAgent
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcNetworkAgent.java329 public synchronized void sendLinkProperties(@NonNull LinkProperties linkProperties, in sendLinkProperties() method in DcNetworkAgent
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTestConnectivityManager.java399 public void sendLinkProperties() { in sendLinkProperties() method in TestConnectivityManager.TestNetworkAgent
/aosp12/packages/modules/Connectivity/tests/integration/util/com/android/server/
H A DNetworkAgentWrapper.java302 public void sendLinkProperties(LinkProperties lp) { in sendLinkProperties() method in NetworkAgentWrapper
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DNetworkAgentInfo.java628 public void sendLinkProperties(@NonNull LinkProperties lp) { in sendLinkProperties() method in NetworkAgentInfo.NetworkAgentMessageHandler
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java1087 private void sendLinkProperties() { in sendLinkProperties() method in IpServer
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java2607 public void sendLinkProperties(@NonNull LinkProperties lp) { in sendLinkProperties() method in VcnGatewayConnection.VcnNetworkAgent
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java1398 public void sendLinkProperties(LinkProperties lp) { in sendLinkProperties() method in ConnectivityServiceTest.MockVpn