/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/testutils/ |
H A D | TestableNetworkCallbackTest.kt | 60 mCallback.onLinkPropertiesChanged(net2097, LinkProperties()) 72 mCallback.onLinkPropertiesChanged(net2098, LinkProperties()) 194 mCallback.onLinkPropertiesChanged(net, linkProps) 196 mCallback.onLinkPropertiesChanged(net, linkProps) 200 mCallback.onLinkPropertiesChanged(net, linkProps) 206 mCallback.onLinkPropertiesChanged(net, linkProps) 212 mCallback.onLinkPropertiesChanged(net, linkProps) 280 "LinkPropertiesChanged" -> cb.onLinkPropertiesChanged(net, LinkProperties())
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ |
H A D | NetworkStackNotifierTest.kt | 257 onLinkPropertiesChanged(mTestCapportLp) 277 onLinkPropertiesChanged(mTestCapportLp) 293 onLinkPropertiesChanged(mTestCapportLp) 312 onLinkPropertiesChanged(mTestCapportLp) 324 onLinkPropertiesChanged(mTestCapportLp) 335 onLinkPropertiesChanged(EMPTY_CAPPORT_LP) 346 onLinkPropertiesChanged(mTestCapportLp) 358 onLinkPropertiesChanged(mTestCapportVenueUrlWithFriendlyNameLp) 403 private fun onLinkPropertiesChanged(lp: LinkProperties) { regex 405 mAllNetworksCb.onLinkPropertiesChanged(TEST_NETWORK, lp)
|
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/net/ |
H A D | IkeDefaultNetworkCallbackTest.java | 95 mNetworkCallback.onLinkPropertiesChanged( in testOnLinkPropertiesChanged() 103 mNetworkCallback.onLinkPropertiesChanged( in testOnLinkPropertiesChangedWrongNetwork() 111 mNetworkCallback.onLinkPropertiesChanged( in testOnLinkPropertiesChangedNoAddressChange() 123 mNetworkCallback.onLinkPropertiesChanged( in testOnLinkPropertiesChangedNoAddressChangeIpv6()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/ |
H A D | WifiInfoProvider.java | 77 void onLinkPropertiesChanged(Network network, LinkProperties lp); in onLinkPropertiesChanged() method 105 public void onLinkPropertiesChanged(Network network, LinkProperties lp) { 109 listener.onLinkPropertiesChanged(mNetwork, mLinkProperties);
|
H A D | WifiDetailsBasePreferenceController.java | 91 public void onLinkPropertiesChanged(Network network, LinkProperties lp) { in onLinkPropertiesChanged() method in WifiDetailsBasePreferenceController
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | TestConnectivityManager.java | 160 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()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
H A D | OsuNetworkConnectionTest.java | 213 callback.onLinkPropertiesChanged(mCurrentNetwork, createProvisionedLinkProperties()); in verifyNetworkCallbackInvokedWhenConnected() 243 callback.onLinkPropertiesChanged(mCurrentNetwork, createProvisionedLinkProperties()); in verifyNetworkCallbackWithoutOnAvailable() 265 callback.onLinkPropertiesChanged(mCurrentNetwork, new LinkProperties()); in verifyNetworkConnectionTimeout()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/details/ |
H A D | WifiInfoProviderTest.java | 190 mCallbackCaptor.getValue().onLinkPropertiesChanged( in onLinkPropertiesChanged_listenerCallback() 193 verify(mMockListener).onLinkPropertiesChanged( in onLinkPropertiesChanged_listenerCallback()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/ |
H A D | IkeNetworkCallbackBase.java | 57 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() method in IkeNetworkCallbackBase
|
/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
H A D | UnderlyingNetworkTrackerTest.java | 362 cb.onLinkPropertiesChanged(mNetwork, INITIAL_LINK_PROPERTIES); in verifyRegistrationOnAvailableAndGetCallback() 394 cb.onLinkPropertiesChanged(mNetwork, UPDATED_LINK_PROPERTIES); in testRecordTrackerCallbackNotifiedForLinkPropertiesChange()
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/ |
H A D | PrivateDnsPreferenceController.java | 170 public void onLinkPropertiesChanged(Network network, LinkProperties lp) {
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
H A D | OsuNetworkConnection.java | 259 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() method in OsuNetworkConnection.ConnectivityCallbacks
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | DnsTest.java | 292 public void onLinkPropertiesChanged(Network network, LinkProperties lp) { in ensureIpv6Connectivity()
|
/aosp12/frameworks/base/services/core/java/com/android/server/net/ |
H A D | LockdownVpnTracker.java | 79 public void onLinkPropertiesChanged(Network network, LinkProperties lp) { in onLinkPropertiesChanged() method in LockdownVpnTracker.NetworkCallback
|
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/ |
H A D | IwlanNetworkService.java | 97 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() method in IwlanNetworkService.IwlanNetworkMonitorCallback
|
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/ |
H A D | NetworkStackNotifier.java | 339 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() method in NetworkStackNotifier.AllNetworksCallback
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
H A D | PrivateDnsPreferenceControllerTest.java | 167 nc.onLinkPropertiesChanged(mNetwork, lp); in updateLinkProperties()
|
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
H A D | BaseWifiTracker.java | 171 public void onLinkPropertiesChanged(@NonNull Network network,
|
/aosp12/packages/modules/Connectivity/core/java/android/net/ |
H A D | ConnectivityManager.java | 1981 public void onLinkPropertiesChanged(NetworkRequest networkRequest, Network network, in onLinkPropertiesChanged() method in ConnectivityManager.NetworkCallbackListener 2106 callbacks.onLinkPropertiesChanged(request, network, lp); in handleMessage()
|
/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/ |
H A D | IwlanDataServiceTest.java | 572 mNetworkMonitorCallback.onLinkPropertiesChanged(mMockNetwork, mMockLinkProperties); in testDnsPrefetching() 589 mNetworkMonitorCallback.onLinkPropertiesChanged(mMockNetwork, mMockLinkProperties); in testDnsPrefetching()
|
/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/ |
H A D | TestableNetworkCallback.kt | 130 override fun onLinkPropertiesChanged(network: Network, lp: LinkProperties) {
|
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | UpstreamNetworkMonitor.java | 535 public void onLinkPropertiesChanged(Network network, LinkProperties newLp) { in onLinkPropertiesChanged() method in UpstreamNetworkMonitor.UpstreamNetworkCallback
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssNetworkConnectivityHandler.java | 392 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in createSuplConnectivityCallback()
|
/aosp12/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/ |
H A D | CtsNetUtils.java | 572 public void onLinkPropertiesChanged(Network n, LinkProperties lp) { in awaitPrivateDnsSetting()
|
/aosp12/frameworks/layoutlib/bridge/src/android/net/ |
H A D | ConnectivityManager.java | 714 public void onLinkPropertiesChanged(@NonNull Network network, in onLinkPropertiesChanged() method in ConnectivityManager.NetworkCallback
|