/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | ConnectivityServiceTest.java | 1398 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/ |
D | NetworkAgentWrapper.java | 302 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/ |
D | UpstreamNetworkMonitorTest.java | 477 wifiAgent.sendLinkProperties(); in testLocalPrefixes() 502 cellAgent.sendLinkProperties(); in testLocalPrefixes() 524 dunAgent.sendLinkProperties(); in testLocalPrefixes()
|
D | TestConnectivityManager.java | 399 public void sendLinkProperties() { in sendLinkProperties() method in TestConnectivityManager.TestNetworkAgent
|
D | TetheringTest.java | 1222 mobile.sendLinkProperties(); in testAutomaticUpstreamSelection()
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | INetworkAgentRegistry.aidl | 33 void sendLinkProperties(in LinkProperties lp); in sendLinkProperties() method
|
D | NetworkAgent.java | 824 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/ |
D | IpServer.java | 1018 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/ |
D | BluetoothTetheringNetworkFactory.java | 104 mNetworkAgent.sendLinkProperties(newLp); in onLinkPropertiesChange()
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | NetworkAgentInfo.java | 628 public void sendLinkProperties(@NonNull LinkProperties lp) { in sendLinkProperties() method in NetworkAgentInfo.NetworkAgentMessageHandler
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | NetworkAgentTest.kt | 601 agent.sendLinkProperties(lp) in agent()
|
/packages/modules/Connectivity/framework/api/ |
D | system-current.txt | 233 method public final void sendLinkProperties(@NonNull android.net.LinkProperties);
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ClientModeImpl.java | 2305 mNetworkAgent.sendLinkProperties(mLinkProperties); 2339 if (mNetworkAgent != null) mNetworkAgent.sendLinkProperties(mLinkProperties);
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ClientModeImplTest.java | 4273 .sendLinkProperties(argThat(linkProperties -> TEST_TERMS_AND_CONDITIONS_URL.equals( in testTermsAndConditionsClearUrlAfterNetworkValidation() 4298 .sendLinkProperties(argThat(linkProperties -> in testTermsAndConditionsClearUrlAfterNetworkValidation()
|
/packages/modules/Connectivity/Tethering/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 562 Landroid/net/NetworkAgent;->sendLinkProperties(Landroid/net/LinkProperties;)V
|