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/
DServiceStateTracker.java654 private ArrayList<Pair<Integer, Integer>> mNrarfcnRangeListForRsrpBoost = null; field in ServiceStateTracker
5211 mNrarfcnRangeListForRsrpBoost = convertEarfcnStringArrayToPairList( in updateArfcnLists()
5214 if ((mNrRsrpBoost == null && mNrarfcnRangeListForRsrpBoost != null) in updateArfcnLists()
5215 || (mNrRsrpBoost != null && mNrarfcnRangeListForRsrpBoost == null) in updateArfcnLists()
5216 || (mNrRsrpBoost != null && mNrarfcnRangeListForRsrpBoost != null in updateArfcnLists()
5217 && mNrRsrpBoost.length != mNrarfcnRangeListForRsrpBoost.size())) { in updateArfcnLists()
5220 mNrarfcnRangeListForRsrpBoost = null; in updateArfcnLists()
5289 int index = containsEarfcnInEarfcnRange(mNrarfcnRangeListForRsrpBoost, in updateServiceStateArfcnRsrpBoost()
5655 dumpEarfcnPairList(pw, mNrarfcnRangeListForRsrpBoost, "mNrarfcnRangeListForRsrpBoost"); in dump()