/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A 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;
|
/aosp12/hardware/interfaces/radio/1.2/ |
H A D | IRadio.hal | 77 * only valid field may be hysteresisMs: hysteresisDb and thresholdsDbm must be set to zero and 84 * @param hysteresisMs A hysteresis time in milliseconds to prevent flapping. A value of 0 93 oneway setSignalStrengthReportingCriteria(int32_t serial, int32_t hysteresisMs, 107 * @param hysteresisMs A hysteresis time in milliseconds to prevent flapping. A value of 0 121 oneway setLinkCapacityReportingCriteria(int32_t serial, int32_t hysteresisMs,
|
/aosp12/hardware/interfaces/radio/1.5/vts/functional/ |
H A D | radio_hidl_hal_api.cpp | 30 signalThresholdInfo.hysteresisMs = 5000; in TEST_P() 55 signalThresholdInfo.hysteresisMs = 0; in TEST_P() 79 signalThresholdInfo.hysteresisMs = 5000; in TEST_P() 104 signalThresholdInfo.hysteresisMs = 5000; in TEST_P() 129 signalThresholdInfo.hysteresisMs = 5000; in TEST_P() 154 signalThresholdInfo.hysteresisMs = 5000; in TEST_P() 179 signalThresholdInfo.hysteresisMs = 5000; in TEST_P() 200 signalThresholdInfo.hysteresisMs = 5000; in TEST_P() 225 signalThresholdInfo.hysteresisMs = 5000; in TEST_P() 255 signalThresholdInfo.hysteresisMs = 5000; in TEST_P() [all …]
|
/aosp12/hardware/interfaces/radio/1.5/ |
H A D | IRadio.hal | 64 * hysteresisDb, hysteresisMs and isEnabled. 82 * @param hysteresisMs A hysteresis time in milliseconds to prevent flapping. A value of 0 96 oneway setLinkCapacityReportingCriteria_1_5(int32_t serial, int32_t hysteresisMs,
|
H A D | types.hal | 132 int32_t hysteresisMs;
|
/aosp12/hardware/interfaces/radio/1.2/default/ |
H A D | Radio.h | 266 int32_t serial, int32_t hysteresisMs, int32_t hysteresisDb, 270 int32_t serial, int32_t hysteresisMs, int32_t hysteresisDlKbps, int32_t hysteresisUlKbps,
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneCommandInterface.java | 666 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
H A D | SipCommandInterface.java | 666 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SimulatedCommandsVerifier.java | 1433 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
H A D | SimulatedCommands.java | 2361 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CommandsInterface.java | 2432 void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
|
H A D | RIL.java | 5347 signalThresholdInfoHal.hysteresisMs = signalThresholdInfo.getHysteresisMs(); in convertToHalSignalThresholdInfo() 5356 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument 5370 radioProxy15.setLinkCapacityReportingCriteria_1_5(rr.mSerial, hysteresisMs, in setLinkCapacityReportingCriteria() 5380 radioProxy12.setLinkCapacityReportingCriteria(rr.mSerial, hysteresisMs, in setLinkCapacityReportingCriteria()
|