Searched refs:HYSTERESIS_MS_DISABLED (Results 1 – 3 of 3) sorted by relevance
160 public static final int HYSTERESIS_MS_DISABLED = 0; field in SignalThresholdInfo315 mHysteresisMs = hysteresisMs < 0 ? HYSTERESIS_MS_DISABLED : hysteresisMs; in SignalThresholdInfo()327 private int mHysteresisMs = HYSTERESIS_MS_DISABLED;
231 assertThat(st.getHysteresisMs()).isEqualTo(SignalThresholdInfo.HYSTERESIS_MS_DISABLED); in testBuilderWithValidParameters()
10866 if (info.getHysteresisMs() != SignalThresholdInfo.HYSTERESIS_MS_DISABLED in validateSignalStrengthUpdateRequest()