Home
last modified time | relevance | path

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

/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/Car/Settings/src/com/android/car/settings/wifi/details/
DWifiDetailsBasePreferenceController.java91 public void onLinkPropertiesChanged(Network network, LinkProperties lp) { in onLinkPropertiesChanged() method in WifiDetailsBasePreferenceController
DWifiInfoProvider.java77 void onLinkPropertiesChanged(Network network, LinkProperties lp); in onLinkPropertiesChanged() method
/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/NetworkStack/tests/unit/src/com/android/networkstack/
DNetworkStackNotifierTest.kt403 private fun onLinkPropertiesChanged(lp: LinkProperties) { in onLinkPropertiesChanged() method in com.android.networkstack.NetworkStackNotifierTest
/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/modules/NetworkStack/src/com/android/networkstack/
DNetworkStackNotifier.java339 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() method in NetworkStackNotifier.AllNetworksCallback
/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.java3682 public void onLinkPropertiesChanged(@NonNull Network network, in onLinkPropertiesChanged() method in ConnectivityManager.NetworkCallback