Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsCarrierConfigManager.java2119 String measurement_Type = sMeasTypeMap.get(measType); in getValueForMeasurementType() local
2122 && value[1].equalsIgnoreCase(measurement_Type)) { in getValueForMeasurementType()
2176 String measurement_Type = sMeasTypeMap.get(measurementType); in getThreshold() local
2179 if (access_network != null && measurement_Type != null && call_Type != null) { in getThreshold()
2186 + measurement_Type in getThreshold()
2215 String measurement_Type = sMeasTypeMap.get(measurementType); in getThresholdByPref() local
2218 if (access_network == null || measurement_Type == null || call_Type == null) { in getThresholdByPref()
2230 + measurement_Type in getThresholdByPref()
2242 + measurement_Type in getThresholdByPref()