Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSignalThresholdInfo.java340 int hysteresisDb, in SignalThresholdInfo() argument
350 mHysteresisDb = hysteresisDb; in SignalThresholdInfo()
417 public Builder setHysteresisDb(@IntRange(from = 0) int hysteresisDb) {
418 if (hysteresisDb < 0) {
421 mHysteresisDb = hysteresisDb;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSignalThresholdInfoTest.java384 int ran, int signalMeasurementType, int[] thresholds, int hysteresisDb) { in buildWithInvalidParameterThrowException() argument
390 .setHysteresisDb(hysteresisDb) in buildWithInvalidParameterThrowException()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSignalStrengthController.java628 int hysteresisDb = getMinimumHysteresisDb(isEnabledForAppRequest, ran, measurementType, in consolidatedAndSetReportingCriteria() local
635 .setHysteresisDb(hysteresisDb) in consolidatedAndSetReportingCriteria()
DRILUtils.java2003 signalThresholdInfoHal.hysteresisDb = signalThresholdInfo.getHysteresisDb(); in convertToHalSignalThresholdInfo()
2021 signalThresholdInfoHal.hysteresisDb = signalThresholdInfo.getHysteresisDb(); in convertToHalSignalThresholdInfoAidl()