Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DCellularQualityMonitor.java469 if (!isValidThreshold(threshold.getMeasurementType(), threshold.getThreshold())) { in validateThresholdList()
477 private static boolean isValidThreshold(int type, int threshold) { in isValidThreshold() method in CellularQualityMonitor