Searched refs:mLteRsrpBoost (Results 1 – 3 of 3) sorted by relevance
96 private int mLteRsrpBoost; // offset to be reduced from the rsrp threshold while calculating field in SignalStrength165 mLteRsrpBoost = 0; in SignalStrength()203 mLteRsrpBoost = lteRsrpBoost; in SignalStrength()274 mLteRsrpBoost = s.mLteRsrpBoost; in copyFrom()306 mLteRsrpBoost = in.readInt(); in SignalStrength()334 out.writeInt(mLteRsrpBoost); in writeToParcel()462 mLteRsrpBoost = lteRsrpBoost; in setLteRsrpBoost()575 return mLteRsrpBoost; in getLteRsrpBoost()863 } else if (mLteRsrp >= (mLteRsrpThresholds[3] - mLteRsrpBoost)) { in getLteLevel()865 } else if (mLteRsrp >= (mLteRsrpThresholds[2] - mLteRsrpBoost)) { in getLteLevel()[all …]
482 private int mLteRsrpBoost = 0; // offset which is reduced from the rsrp threshold field in ServiceStateTracker4081 mLteRsrpBoost = config.getInt(CarrierConfigManager.KEY_LTE_EARFCNS_RSRP_BOOST_INT, 0); in updateLteEarfcnLists()4102 serviceState.setLteEarfcnRsrpBoost(mLteRsrpBoost); in updateServiceStateLteEarfcnBoost()4421 pw.println(" mLteRsrpBoost=" + mLteRsrpBoost); in dump()
5492 Landroid/telephony/SignalStrength;->mLteRsrpBoost:I