Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThreshold.java40 Threshold(int accessNetwork, int measurementType, int threshold, int matchType, int waitTime) { in Threshold() argument
44 this.mMeasurementType = measurementType; in Threshold()
102 void setMeasurementType(int measurementType) { in setMeasurementType() argument
103 this.mMeasurementType = measurementType; in setMeasurementType()
DCellularQualityMonitor.java205 synchronized int getCurrentQuality(int accessNetwork, int measurementType) { in getCurrentQuality() argument
211 quality = getSignalStrength(accessNetwork, measurementType, cs); in getCurrentQuality()
271 int measurementType = Integer.parseInt(entry.getKey().split("_")[1]); in createSignalThresholdsInfoList() local
275 .setSignalMeasurementType(measurementType) in createSignalThresholdsInfoList()
282 measurementType); in createSignalThresholdsInfoList()
403 private int getSignalStrength(int accessNetwork, int measurementType, CellSignalStrength css) { in getSignalStrength() argument
405 switch (measurementType) { in getSignalStrength()
461 Log.d(mTag, "measurement type = " + measurementType + " not handled."); in getSignalStrength()
DQnsCarrierConfigManager.java795 QnsConfigArray thresholds, int accessNetwork, int measurementType, int callType) { in applyProvisioningInfo() argument
800 && measurementType == SIGNAL_MEASUREMENT_TYPE_RSRP) { in applyProvisioningInfo()
808 && measurementType == SIGNAL_MEASUREMENT_TYPE_RSRP) { in applyProvisioningInfo()
817 && measurementType == SIGNAL_MEASUREMENT_TYPE_RSRP) { in applyProvisioningInfo()
825 && measurementType == SIGNAL_MEASUREMENT_TYPE_RSSI) { in applyProvisioningInfo()
834 && measurementType == SIGNAL_MEASUREMENT_TYPE_RSSI) { in applyProvisioningInfo()
2168 int measurementType) { in getThreshold() argument
2171 || measurementType == SIGNAL_MEASUREMENT_TYPE_UNKNOWN) { in getThreshold()
2176 String measurement_Type = sMeasTypeMap.get(measurementType); in getThreshold()
2207 int accessNetwork, int callType, int measurementType, int preference) { in getThresholdByPref() argument
[all …]
DWifiQualityMonitor.java160 synchronized int getCurrentQuality(int accessNetwork, int measurementType) { in getCurrentQuality() argument
161 return getCurrentQuality(measurementType); in getCurrentQuality()
165 private int getCurrentQuality(int measurementType) { in getCurrentQuality() argument
DQualityMonitor.java52 abstract int getCurrentQuality(int accessNetwork, int measurementType); in getCurrentQuality() argument
DAccessNetworkSelectionPolicyBuilder.java665 int measurementType, in AnspItem() argument
671 mMeasurementType = measurementType; in AnspItem()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsCarrierConfigManagerTest.java401 @AccessNetworkConstants.RadioAccessNetworkType int an, int measurementType) { in loadAndValidateForGuardTImerThresholdGapOffset() argument
404 mConfigManager.getThresholdGapWithGuardTimer(an, measurementType); in loadAndValidateForGuardTImerThresholdGapOffset()
1170 int measurementType) { in loadAndValidateArrayForNull() argument
1172 mConfigManager.getThreshold(an, callType, measurementType); in loadAndValidateArrayForNull()
1179 int measurementType) { in loadAndValidateForThresholds() argument
1182 mConfigManager.getThreshold(an, callType, measurementType); in loadAndValidateForThresholds()
1185 validateForThreshold(threshold, an, callType, measurementType); in loadAndValidateForThresholds()
1230 int measurementType, in loadAndValidateArrayForNullWithPref() argument
1233 mConfigManager.getThresholdByPref(an, callType, measurementType, pref); in loadAndValidateArrayForNullWithPref()
1240 int measurementType, in loadAndValidateArrayForInvalidValueWithPref() argument
[all …]
/packages/modules/Wifi/framework/java/android/net/wifi/
DRttManager.java640 public int measurementType; field in RttManager.RttResult
783 sb.append(", measurementType=" + mResults[i].measurementType); in toString()
831 dest.writeInt(result.measurementType); in writeToParcel()
883 results[i].measurementType = in.readInt();
/packages/modules/Wifi/framework/api/
Dsystem-current.txt335 field @Deprecated public int measurementType;