Searched refs:mHysteresisMs (Results 1 – 1 of 1) sorted by relevance
137 private final int mHysteresisMs; field in SignalThresholdInfo349 mHysteresisMs = hysteresisMs < 0 ? HYSTERESIS_MS_DISABLED : hysteresisMs; in SignalThresholdInfo()361 private int mHysteresisMs = HYSTERESIS_MS_DISABLED;402 mHysteresisMs = hysteresisMs;507 mHysteresisMs,536 return mHysteresisMs;606 out.writeInt(mHysteresisMs);615 mHysteresisMs = in.readInt();632 && mHysteresisMs == other.mHysteresisMs643 mHysteresisMs,[all …]