Searched defs:ths (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ |
D | AccessNetworkSelectionPolicyTest.java | 109 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
|
D | ThresholdGroupTest.java | 341 List<Threshold> ths = new ArrayList<>(mThresholdList); in testIdenticalThreshold() local
|
D | AccessNetworkEvaluatorTest.java | 1238 List<Threshold> ths = new ArrayList<>(); in generateTestThresholdGroups() local
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | QualityMonitor.java | 58 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()
|
D | CellularQualityMonitor.java | 224 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()
|
D | ThresholdGroup.java | 33 ThresholdGroup(List<Threshold> ths) { in ThresholdGroup() 39 private List<Threshold> alignGroupId(int groupId, List<Threshold> ths) { in alignGroupId()
|
D | WifiQualityMonitor.java | 177 Threshold[] ths, in registerThresholdChange() 196 int netCapability, int slotIndex, Threshold[] ths) { in updateThresholdsForNetCapability() 202 protected void notifyThresholdChange(String key, Threshold[] ths) { in notifyThresholdChange()
|
D | AccessNetworkEvaluator.java | 968 protected void onCellularQualityChanged(Threshold[] ths) { in onCellularQualityChanged() 978 protected void onWiFiQualityChanged(Threshold[] ths) { in onWiFiQualityChanged()
|