Searched refs:hysteresisMs (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | SignalThresholdInfo.java | 307 @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/ |
D | SipCommandInterface.java | 666 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 666 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 1433 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
D | SimulatedCommands.java | 2360 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 2412 void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
D | RIL.java | 5291 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()
|