Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThresholdCallback.java38 void onCellularThresholdChanged(Threshold[] thresholds); in onCellularThresholdChanged() method
62 public void onCellularThresholdChanged(Threshold[] thresholds) { in onCellularThresholdChanged() method in ThresholdCallback.ThresholdListener
69 mExecutor.execute(() -> listener.onCellularThresholdChanged(thresholds)); in onCellularThresholdChanged()
DIThresholdListener.java33 void onCellularThresholdChanged(Threshold[] thresholds); in onCellularThresholdChanged() method
DCellularQualityMonitor.java262 listener.onCellularThresholdChanged(ths); in notifyThresholdChange()
DAccessNetworkEvaluator.java2087 public void onCellularThresholdChanged(Threshold[] thresholds) { in onCellularThresholdChanged() method in AccessNetworkEvaluator.ThresholdListener
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DCellularQualityMonitorTest.java89 public void onCellularThresholdChanged(Threshold[] thresholds) { in onCellularThresholdChanged() method in CellularQualityMonitorTest.ThresholdListener