Home
last modified time | relevance | path

Searched defs:onSignalStrengthThresholdsUpdated (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkAgent.java47 void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds); in onSignalStrengthThresholdsUpdated() method
122 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated() method in WifiNetworkAgent
DClientModeImpl.java5520 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated() method in ClientModeImpl.WifiNetworkAgentCallback
/packages/modules/Connectivity/framework/src/android/net/
DINetworkAgent.aidl40 void onSignalStrengthThresholdsUpdated(in int[] thresholds); in onSignalStrengthThresholdsUpdated() method
DNetworkAgent.java838 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated() method in NetworkAgent.NetworkAgentBinder
1412 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated() method in NetworkAgent
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DTestableNetworkAgent.kt137 override fun onSignalStrengthThresholdsUpdated(thresholds: IntArray) { in onSignalStrengthThresholdsUpdated() method
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkAgentInfo.java800 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated() method in NetworkAgentInfo