Searched refs:mNrarfcnRangeListForRsrpBoost (Results 1 – 1 of 1) sorted by relevance
654 private ArrayList<Pair<Integer, Integer>> mNrarfcnRangeListForRsrpBoost = null; field in ServiceStateTracker5211 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()