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