Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSignalThresholdInfo.java339 int hysteresisMs, in SignalThresholdInfo() argument
349 mHysteresisMs = hysteresisMs < 0 ? HYSTERESIS_MS_DISABLED : hysteresisMs; in SignalThresholdInfo()
401 public Builder setHysteresisMs(int hysteresisMs) {
402 mHysteresisMs = hysteresisMs;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioNetworkProxy.java490 public void setLinkCapacityReportingCriteria(int serial, int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
495 mNetworkProxy.setLinkCapacityReportingCriteria(serial, hysteresisMs, hysteresisDlKbps, in setLinkCapacityReportingCriteria()
500 serial, hysteresisMs, hysteresisDlKbps, hysteresisUlKbps, in setLinkCapacityReportingCriteria()
509 serial, hysteresisMs, hysteresisDlKbps, hysteresisUlKbps, in setLinkCapacityReportingCriteria()
DCommandsInterface.java2352 void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
DRIL.java4466 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
4484 networkProxy.setLinkCapacityReportingCriteria(rr.mSerial, hysteresisMs, in setLinkCapacityReportingCriteria()
DRILUtils.java2002 signalThresholdInfoHal.hysteresisMs = signalThresholdInfo.getHysteresisMs(); in convertToHalSignalThresholdInfo()
2020 signalThresholdInfoHal.hysteresisMs = signalThresholdInfo.getHysteresisMs(); in convertToHalSignalThresholdInfoAidl()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java619 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1367 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
DSimulatedCommands.java2332 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument