Home
last modified time | relevance | path

Searched defs:th (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DThresholdTest.java138 Threshold[] th = in testIsMultipleNetCapabilityTypeCheckCriteria() local
165 Threshold[] th = in testIsMatching() local
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DWifiQualityMonitor.java252 handleMatchingThreshold(entry.getKey(), th, wifiRssi); in validateForWifiBackhaul() local
258 private void handleMatchingThreshold(String key, Threshold th, int wifiRssi) { in handleMatchingThreshold()
DThresholdGroup.java79 private boolean satisfy(Threshold th, QualityMonitor monitor, boolean available, int an) { in satisfy()