Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkAgent.java47 void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds); in onSignalStrengthThresholdsUpdated() method
121 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated() method in WifiNetworkAgent
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DINetworkAgent.aidl40 void onSignalStrengthThresholdsUpdated(in int[] thresholds); in onSignalStrengthThresholdsUpdated() method
H A DNetworkAgent.java706 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated() method in NetworkAgent.NetworkAgentBinder
1216 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated() method in NetworkAgent
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DNetworkAgentInfo.java511 public void onSignalStrengthThresholdsUpdated(@NonNull int[] thresholds) { in onSignalStrengthThresholdsUpdated() method in NetworkAgentInfo