/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | Threshold.java | 40 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()
|
D | CellularQualityMonitor.java | 205 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()
|
D | QnsCarrierConfigManager.java | 795 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 …]
|
D | WifiQualityMonitor.java | 160 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
|
D | QualityMonitor.java | 52 abstract int getCurrentQuality(int accessNetwork, int measurementType); in getCurrentQuality() argument
|
D | AccessNetworkSelectionPolicyBuilder.java | 665 int measurementType, in AnspItem() argument 671 mMeasurementType = measurementType; in AnspItem()
|
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ |
D | QnsCarrierConfigManagerTest.java | 401 @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/ |
D | RttManager.java | 640 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/ |
D | system-current.txt | 335 field @Deprecated public int measurementType;
|