Searched refs:hysteresisDb (Results 1 – 4 of 4) sorted by relevance
340 int hysteresisDb, in SignalThresholdInfo() argument350 mHysteresisDb = hysteresisDb; in SignalThresholdInfo()417 public Builder setHysteresisDb(@IntRange(from = 0) int hysteresisDb) {418 if (hysteresisDb < 0) {421 mHysteresisDb = hysteresisDb;
384 int ran, int signalMeasurementType, int[] thresholds, int hysteresisDb) { in buildWithInvalidParameterThrowException() argument390 .setHysteresisDb(hysteresisDb) in buildWithInvalidParameterThrowException()
628 int hysteresisDb = getMinimumHysteresisDb(isEnabledForAppRequest, ran, measurementType, in consolidatedAndSetReportingCriteria() local635 .setHysteresisDb(hysteresisDb) in consolidatedAndSetReportingCriteria()
2003 signalThresholdInfoHal.hysteresisDb = signalThresholdInfo.getHysteresisDb(); in convertToHalSignalThresholdInfo()2021 signalThresholdInfoHal.hysteresisDb = signalThresholdInfo.getHysteresisDb(); in convertToHalSignalThresholdInfoAidl()