Searched refs:hysteresisMs (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | SignalThresholdInfo.java | 161 int hysteresisMs, int hysteresisDb, @NonNull int [] thresholds, boolean isEnabled) { in SignalThresholdInfo() argument 163 mHysteresisMs = hysteresisMs < 0 ? HYSTERESIS_MS_DISABLED : hysteresisMs; in SignalThresholdInfo()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 653 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 653 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 2341 void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
D | RIL.java | 4950 signalThresholdInfoHal.hysteresisMs = signalThresholdInfo.getHysteresisMs(); in convertToHalSignalThresholdInfo() 4959 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument 4973 radioProxy15.setLinkCapacityReportingCriteria_1_5(rr.mSerial, hysteresisMs, in setLinkCapacityReportingCriteria() 4983 radioProxy12.setLinkCapacityReportingCriteria(rr.mSerial, hysteresisMs, in setLinkCapacityReportingCriteria()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 1413 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|