Home
last modified time | relevance | path

Searched defs:ths (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyTest.java109 List<Threshold> ths = new ArrayList<>(); in testSatisfiedByThreshold_thresholdGroup() local
197 List<Threshold> ths = new ArrayList<>(); in generateTestThresholdGroups() local
341 List<Threshold> ths = new ArrayList<>(); in testHasWifiThresholdWithoutCellularCondition() local
DThresholdGroupTest.java341 List<Threshold> ths = new ArrayList<>(mThresholdList); in testIdenticalThreshold() local
DAccessNetworkEvaluatorTest.java1238 List<Threshold> ths = new ArrayList<>(); in generateTestThresholdGroups() local
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQualityMonitor.java58 Threshold[] ths, in registerThresholdChange()
82 void updateThresholdsForNetCapability(int netCapability, int slotIndex, Threshold[] ths) { in updateThresholdsForNetCapability()
101 protected abstract void notifyThresholdChange(String key, Threshold[] ths); in notifyThresholdChange()
DCellularQualityMonitor.java224 Threshold[] ths, in registerThresholdChange()
244 int netCapability, int slotIndex, Threshold[] ths) { in updateThresholdsForNetCapability()
258 protected void notifyThresholdChange(String key, Threshold[] ths) { in notifyThresholdChange()
334 private void updateThresholdsMatrix(int netCapability, Threshold[] ths) { in updateThresholdsMatrix()
467 private boolean validateThresholdList(Threshold[] ths) { in validateThresholdList()
DThresholdGroup.java33 ThresholdGroup(List<Threshold> ths) { in ThresholdGroup()
39 private List<Threshold> alignGroupId(int groupId, List<Threshold> ths) { in alignGroupId()
DWifiQualityMonitor.java177 Threshold[] ths, in registerThresholdChange()
196 int netCapability, int slotIndex, Threshold[] ths) { in updateThresholdsForNetCapability()
202 protected void notifyThresholdChange(String key, Threshold[] ths) { in notifyThresholdChange()
DAccessNetworkEvaluator.java968 protected void onCellularQualityChanged(Threshold[] ths) { in onCellularQualityChanged()
978 protected void onWiFiQualityChanged(Threshold[] ths) { in onWiFiQualityChanged()