Home
last modified time | relevance | path

Searched refs:onWifiThresholdChanged (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThresholdCallback.java34 void onWifiThresholdChanged(Threshold[] thresholds); in onWifiThresholdChanged() method
51 public void onWifiThresholdChanged(Threshold[] thresholds) { in onWifiThresholdChanged() method in ThresholdCallback.ThresholdListener
58 mExecutor.execute(() -> listener.onWifiThresholdChanged(thresholds)); in onWifiThresholdChanged()
DIThresholdListener.java27 void onWifiThresholdChanged(Threshold[] thresholds); in onWifiThresholdChanged() method
DWifiQualityMonitor.java206 listener.onWifiThresholdChanged(ths); in notifyThresholdChange()
DAccessNetworkEvaluator.java2082 public void onWifiThresholdChanged(Threshold[] thresholds) { in onWifiThresholdChanged() method in AccessNetworkEvaluator.ThresholdListener
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DWifiQualityMonitorTest.java82 public void onWifiThresholdChanged(Threshold[] thresholds) { in onWifiThresholdChanged() method in WifiQualityMonitorTest.ThresholdListener