Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java1398 public void sendLinkProperties(LinkProperties lp) { in sendLinkProperties() method in ConnectivityServiceTest.MockVpn
1399 mMockNetworkAgent.sendLinkProperties(lp); in sendLinkProperties()
2638 mWiFiNetworkAgent.sendLinkProperties(newLp); in doNetworkCallbacksSanitizationTest()
3835 mWiFiNetworkAgent.sendLinkProperties(newLps); in testCaptivePortalApi()
3938 mWiFiNetworkAgent.sendLinkProperties(linkProperties); in testMergeCaptivePortalApiWithFriendlyNameAndVenueUrl()
3948 mWiFiNetworkAgent.sendLinkProperties(linkProperties); in testMergeCaptivePortalApiWithFriendlyNameAndVenueUrl()
3958 mWiFiNetworkAgent.sendLinkProperties(newLps); in testMergeCaptivePortalApiWithFriendlyNameAndVenueUrl()
3971 mWiFiNetworkAgent.sendLinkProperties(newLps); in testMergeCaptivePortalApiWithFriendlyNameAndVenueUrl()
3987 mWiFiNetworkAgent.sendLinkProperties(linkProperties); in testMergeCaptivePortalDataFromNetworkAgentFirstThenCapport()
4004 mWiFiNetworkAgent.sendLinkProperties(linkProperties); in testMergeCaptivePortalDataFromNetworkAgentFirstThenCapport()
[all …]
/packages/modules/Connectivity/tests/integration/util/com/android/server/
DNetworkAgentWrapper.java302 public void sendLinkProperties(LinkProperties lp) { in sendLinkProperties() method in NetworkAgentWrapper
303 mNetworkAgent.sendLinkProperties(lp); in sendLinkProperties()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java477 wifiAgent.sendLinkProperties(); in testLocalPrefixes()
502 cellAgent.sendLinkProperties(); in testLocalPrefixes()
524 dunAgent.sendLinkProperties(); in testLocalPrefixes()
DTestConnectivityManager.java399 public void sendLinkProperties() { in sendLinkProperties() method in TestConnectivityManager.TestNetworkAgent
DTetheringTest.java1222 mobile.sendLinkProperties(); in testAutomaticUpstreamSelection()
/packages/modules/Connectivity/framework/src/android/net/
DINetworkAgentRegistry.aidl33 void sendLinkProperties(in LinkProperties lp); in sendLinkProperties() method
DNetworkAgent.java824 public final void sendLinkProperties(@NonNull LinkProperties linkProperties) { in sendLinkProperties() method in NetworkAgent
827 queueOrSendMessage(reg -> reg.sendLinkProperties(lp)); in sendLinkProperties()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java1018 sendLinkProperties(); in handleNewPrefixRequest()
1084 sendLinkProperties(); in sendInterfaceState()
1087 private void sendLinkProperties() { in sendLinkProperties() method in IpServer
1214 sendLinkProperties(); in processMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java104 mNetworkAgent.sendLinkProperties(newLp); in onLinkPropertiesChange()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkAgentInfo.java628 public void sendLinkProperties(@NonNull LinkProperties lp) { in sendLinkProperties() method in NetworkAgentInfo.NetworkAgentMessageHandler
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt601 agent.sendLinkProperties(lp) in agent()
/packages/modules/Connectivity/framework/api/
Dsystem-current.txt233 method public final void sendLinkProperties(@NonNull android.net.LinkProperties);
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java2305 mNetworkAgent.sendLinkProperties(mLinkProperties);
2339 if (mNetworkAgent != null) mNetworkAgent.sendLinkProperties(mLinkProperties);
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java4273 .sendLinkProperties(argThat(linkProperties -> TEST_TERMS_AND_CONDITIONS_URL.equals( in testTermsAndConditionsClearUrlAfterNetworkValidation()
4298 .sendLinkProperties(argThat(linkProperties -> in testTermsAndConditionsClearUrlAfterNetworkValidation()
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt562 Landroid/net/NetworkAgent;->sendLinkProperties(Landroid/net/LinkProperties;)V