Searched refs:mEarfcnPairListForRsrpBoost (Results 1 – 1 of 1) sorted by relevance
480 private ArrayList<Pair<Integer, Integer>> mEarfcnPairListForRsrpBoost = null; field in ServiceStateTracker4084 mEarfcnPairListForRsrpBoost = convertEarfcnStringArrayToPairList( in updateLteEarfcnLists()4101 && containsEarfcnInEarfcnRange(mEarfcnPairListForRsrpBoost, lteEarfcn)) { in updateServiceStateLteEarfcnBoost()4325 if (mEarfcnPairListForRsrpBoost != null) { in dumpEarfcnPairList()4326 int i = mEarfcnPairListForRsrpBoost.size(); in dumpEarfcnPairList()4327 for (Pair<Integer, Integer> earfcnPair : mEarfcnPairListForRsrpBoost) { in dumpEarfcnPairList()