Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSignalThresholdInfo.java307 @SignalMeasurementType int signalMeasurementType, int hysteresisMs, int hysteresisDb, in SignalThresholdInfo() argument
315 mHysteresisMs = hysteresisMs < 0 ? HYSTERESIS_MS_DISABLED : hysteresisMs; in SignalThresholdInfo()
364 public @NonNull Builder setHysteresisMs(int hysteresisMs) {
365 mHysteresisMs = hysteresisMs;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java666 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java666 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1433 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
DSimulatedCommands.java2360 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java2412 void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
DRIL.java5291 signalThresholdInfoHal.hysteresisMs = signalThresholdInfo.getHysteresisMs(); in convertToHalSignalThresholdInfo()
5300 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
5314 radioProxy15.setLinkCapacityReportingCriteria_1_5(rr.mSerial, hysteresisMs, in setLinkCapacityReportingCriteria()
5324 radioProxy12.setLinkCapacityReportingCriteria(rr.mSerial, hysteresisMs, in setLinkCapacityReportingCriteria()