Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DServiceState.java338 private int mLteEarfcnRsrpBoost = 0; field in ServiceState
423 mLteEarfcnRsrpBoost = s.mLteEarfcnRsrpBoost; in copyFrom()
459 mLteEarfcnRsrpBoost = in.readInt(); in ServiceState()
489 out.writeInt(mLteEarfcnRsrpBoost); in writeToParcel()
856 mLteEarfcnRsrpBoost, in hashCode()
1047 .append(", mLteEarfcnRsrpBoost=").append(mLteEarfcnRsrpBoost) in toString()
1078 mLteEarfcnRsrpBoost = 0; in init()
1333 m.putInt("LteEarfcnRsrpBoost", mLteEarfcnRsrpBoost); in fillInNotifierBundle()
1436 return mLteEarfcnRsrpBoost; in getLteEarfcnRsrpBoost()
1441 mLteEarfcnRsrpBoost = LteEarfcnRsrpBoost; in setLteEarfcnRsrpBoost()