Home
last modified time | relevance | path

Searched refs:onLinkPropertiesChanged (Results 1 – 24 of 24) sorted by relevance

/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/
DNetworkStackNotifierTest.kt257 onLinkPropertiesChanged(mTestCapportLp) in testConnectedVenueInfoNotification()
277 onLinkPropertiesChanged(mTestCapportLp) in testConnectedVenueInfoNotification_VenueInfoDisabled()
293 onLinkPropertiesChanged(mTestCapportLp) in testVenueInfoNotification()
312 onLinkPropertiesChanged(mTestCapportLp) in testVenueInfoNotification_VenueInfoDisabled()
324 onLinkPropertiesChanged(mTestCapportLp) in testNonDefaultVenueInfoNotification()
335 onLinkPropertiesChanged(EMPTY_CAPPORT_LP) in testEmptyCaptivePortalDataVenueInfoNotification()
346 onLinkPropertiesChanged(mTestCapportLp) in testUnvalidatedNetworkVenueInfoNotification()
358 onLinkPropertiesChanged(mTestCapportVenueUrlWithFriendlyNameLp) in testConnectedVenueInfoWithFriendlyNameNotification()
403 private fun onLinkPropertiesChanged(lp: LinkProperties) { in onLinkPropertiesChanged() method
405 mAllNetworksCb.onLinkPropertiesChanged(TEST_NETWORK, lp) in onLinkPropertiesChanged()
/packages/modules/NetworkStack/tests/unit/src/android/net/testutils/
DTestableNetworkCallbackTest.kt60 mCallback.onLinkPropertiesChanged(net2097, LinkProperties()) in <lambda>()
72 mCallback.onLinkPropertiesChanged(net2098, LinkProperties()) in <lambda>()
194 mCallback.onLinkPropertiesChanged(net, linkProps) in <lambda>()
196 mCallback.onLinkPropertiesChanged(net, linkProps) in <lambda>()
200 mCallback.onLinkPropertiesChanged(net, linkProps) in <lambda>()
206 mCallback.onLinkPropertiesChanged(net, linkProps) in <lambda>()
212 mCallback.onLinkPropertiesChanged(net, linkProps) in <lambda>()
280 "LinkPropertiesChanged" -> cb.onLinkPropertiesChanged(net, LinkProperties()) in t()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/net/
DIkeDefaultNetworkCallbackTest.java95 mNetworkCallback.onLinkPropertiesChanged( in testOnLinkPropertiesChanged()
103 mNetworkCallback.onLinkPropertiesChanged( in testOnLinkPropertiesChangedWrongNetwork()
111 mNetworkCallback.onLinkPropertiesChanged( in testOnLinkPropertiesChangedNoAddressChange()
123 mNetworkCallback.onLinkPropertiesChanged( in testOnLinkPropertiesChangedNoAddressChangeIpv6()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/
DWifiInfoProvider.java77 void onLinkPropertiesChanged(Network network, LinkProperties lp); in onLinkPropertiesChanged() method
105 public void onLinkPropertiesChanged(Network network, LinkProperties lp) {
109 listener.onLinkPropertiesChanged(mNetwork, mLinkProperties);
DWifiDetailsBasePreferenceController.java91 public void onLinkPropertiesChanged(Network network, LinkProperties lp) { in onLinkPropertiesChanged() method in WifiDetailsBasePreferenceController
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DOsuNetworkConnectionTest.java213 callback.onLinkPropertiesChanged(mCurrentNetwork, createProvisionedLinkProperties()); in verifyNetworkCallbackInvokedWhenConnected()
243 callback.onLinkPropertiesChanged(mCurrentNetwork, createProvisionedLinkProperties()); in verifyNetworkCallbackWithoutOnAvailable()
265 callback.onLinkPropertiesChanged(mCurrentNetwork, new LinkProperties()); in verifyNetworkConnectionTimeout()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTestConnectivityManager.java160 nri.handler.post(() -> cb.onLinkPropertiesChanged( in sendDefaultNetworkCallbacks()
368 nri.handler.post(() -> cb.onLinkPropertiesChanged(networkId, copy(linkProperties))); in fakeConnect()
401 cb.onLinkPropertiesChanged(networkId, copy(linkProperties)); in sendLinkProperties()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/details/
DWifiInfoProviderTest.java190 mCallbackCaptor.getValue().onLinkPropertiesChanged( in onLinkPropertiesChanged_listenerCallback()
193 verify(mMockListener).onLinkPropertiesChanged( in onLinkPropertiesChanged_listenerCallback()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/
DIkeNetworkCallbackBase.java57 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() method in IkeNetworkCallbackBase
/packages/apps/Settings/src/com/android/settings/network/
DPrivateDnsPreferenceController.java167 public void onLinkPropertiesChanged(Network network, LinkProperties lp) {
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DOsuNetworkConnection.java259 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() method in OsuNetworkConnection.ConnectivityCallbacks
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DDnsTest.java292 public void onLinkPropertiesChanged(Network network, LinkProperties lp) { in ensureIpv6Connectivity()
/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanNetworkService.java97 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() method in IwlanNetworkService.IwlanNetworkMonitorCallback
DIwlanDataService.java136 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() method in IwlanDataService.IwlanNetworkMonitorCallback
/packages/services/Iwlan/test/com/google/android/iwlan/
DIwlanDataServiceTest.java572 mNetworkMonitorCallback.onLinkPropertiesChanged(mMockNetwork, mMockLinkProperties); in testDnsPrefetching()
589 mNetworkMonitorCallback.onLinkPropertiesChanged(mMockNetwork, mMockLinkProperties); in testDnsPrefetching()
/packages/modules/NetworkStack/src/com/android/networkstack/
DNetworkStackNotifier.java339 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() method in NetworkStackNotifier.AllNetworksCallback
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DPrivateDnsPreferenceControllerTest.java162 nc.onLinkPropertiesChanged(mNetwork, lp); in updateLinkProperties()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitor.java535 public void onLinkPropertiesChanged(Network network, LinkProperties newLp) { in onLinkPropertiesChanged() method in UpstreamNetworkMonitor.UpstreamNetworkCallback
/packages/modules/Connectivity/framework/src/android/net/
DConnectivityManager.java3566 onLinkPropertiesChanged(network, linkProperties); in onAvailable()
3682 public void onLinkPropertiesChanged(@NonNull Network network, in onLinkPropertiesChanged() method in ConnectivityManager.NetworkCallback
3888 callback.onLinkPropertiesChanged(network, lp); in handleMessage()
/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
DCtsNetUtils.java572 public void onLinkPropertiesChanged(Network n, LinkProperties lp) { in awaitPrivateDnsSetting()
/packages/apps/Settings/src/com/android/settings/wifi/details2/
DWifiDetailPreferenceController2.java234 public void onLinkPropertiesChanged(Network network, LinkProperties lp) {
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java647 public void onLinkPropertiesChanged(Network network, LinkProperties lp) { in expectPrivateDnsHostname()
/packages/modules/Connectivity/framework/api/
Dcurrent.txt151 …method public void onLinkPropertiesChanged(@NonNull android.net.Network, @NonNull android.net.Link…
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details2/
DWifiDetailPreferenceController2Test.java1043 mCallbackCaptor.getValue().onLinkPropertiesChanged(mMockNetwork, new LinkProperties(lp)); in updateLinkProperties()