Searched refs:hysteresisMs (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | SignalThresholdInfo.java | 339 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/ |
D | RadioNetworkProxy.java | 490 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()
|
D | CommandsInterface.java | 2352 void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
D | RIL.java | 4466 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument 4484 networkProxy.setLinkCapacityReportingCriteria(rr.mSerial, hysteresisMs, in setLinkCapacityReportingCriteria()
|
D | RILUtils.java | 2002 signalThresholdInfoHal.hysteresisMs = signalThresholdInfo.getHysteresisMs(); in convertToHalSignalThresholdInfo() 2020 signalThresholdInfoHal.hysteresisMs = signalThresholdInfo.getHysteresisMs(); in convertToHalSignalThresholdInfoAidl()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 619 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 1367 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
D | SimulatedCommands.java | 2332 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|