Home
last modified time | relevance | path

Searched refs:mLteRsrpBoost (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DSignalStrength.java67 private int mLteRsrpBoost; // offset to be reduced from the rsrp threshold while calculating field in SignalStrength
109 mLteRsrpBoost = 0; in SignalStrength()
135 mLteRsrpBoost = 0; in SignalStrength()
272 mLteRsrpBoost = lteRsrpBoost; in initialize()
294 mLteRsrpBoost = s.mLteRsrpBoost; in copyFrom()
319 mLteRsrpBoost = in.readInt(); in SignalStrength()
367 out.writeInt(mLteRsrpBoost); in writeToParcel()
452 mLteRsrpBoost = lteRsrpBoost; in setLteRsrpBoost()
532 return mLteRsrpBoost; in getLteRsrpBoost()
840 } else if (mLteRsrp >= (threshRsrp[4] - mLteRsrpBoost)) { in getLteLevel()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java531 private int mLteRsrpBoost = 0; // offset which is reduced from the rsrp threshold field in ServiceStateTracker
4369 mLteRsrpBoost = b.getInt(CarrierConfigManager.KEY_LTE_EARFCNS_RSRP_BOOST_INT, 0); in updateLteEarfcnLists()
4381 serviceState.setLteEarfcnRsrpBoost(mLteRsrpBoost); in updateServiceStateLteEarfcnBoost()
4717 pw.println(" mLteRsrpBoost=" + mLteRsrpBoost); in dump()