HomeSort by relevance Sort by last modified time
    Searched defs:mLteRsrpBoost (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/android/telephony/
SignalStrength.java 96 private int mLteRsrpBoost; // offset to be reduced from the rsrp threshold while calculating
165 mLteRsrpBoost = 0;
203 mLteRsrpBoost = lteRsrpBoost;
274 mLteRsrpBoost = s.mLteRsrpBoost;
306 mLteRsrpBoost = in.readInt();
334 out.writeInt(mLteRsrpBoost);
462 mLteRsrpBoost = lteRsrpBoost;
575 return mLteRsrpBoost;
863 } else if (mLteRsrp >= (mLteRsrpThresholds[3] - mLteRsrpBoost)) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 482 private int mLteRsrpBoost = 0; // offset which is reduced from the rsrp threshold
    [all...]

Completed in 344 milliseconds