Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSignalStrengthController.java140 private int[] mNrRsrpBoost = null; field in SignalStrengthController
822 pw.println(" mNrRsrpBoost=" + Arrays.toString(mNrRsrpBoost)); in dump()
1046 mNrRsrpBoost = mCarrierConfig.getIntArray( in updateArfcnLists()
1053 if ((mNrRsrpBoost == null && mNrarfcnRangeListForRsrpBoost != null) in updateArfcnLists()
1054 || (mNrRsrpBoost != null && mNrarfcnRangeListForRsrpBoost == null) in updateArfcnLists()
1055 || (mNrRsrpBoost != null && mNrarfcnRangeListForRsrpBoost != null in updateArfcnLists()
1056 && mNrRsrpBoost.length != mNrarfcnRangeListForRsrpBoost.size())) { in updateArfcnLists()
1058 mNrRsrpBoost = null; in updateArfcnLists()
1088 if (index != -1 && mNrRsrpBoost != null) { in updateServiceStateArfcnRsrpBoost()
1089 rsrpBoost = mNrRsrpBoost[index]; in updateServiceStateArfcnRsrpBoost()