Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSignalStrengthController.java138 private ArrayList<Pair<Integer, Integer>> mNrarfcnRangeListForRsrpBoost = null; field in SignalStrengthController
824 pw.println(" mNrarfcnRangeListForRsrpBoost=" + mNrarfcnRangeListForRsrpBoost); in dump()
1050 mNrarfcnRangeListForRsrpBoost = convertEarfcnStringArrayToPairList( 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()
1059 mNrarfcnRangeListForRsrpBoost = null; in updateArfcnLists()
1086 int index = containsEarfcnInEarfcnRange(mNrarfcnRangeListForRsrpBoost, in updateServiceStateArfcnRsrpBoost()