Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java529 private ArrayList<Pair<Integer, Integer>> mEarfcnPairListForRsrpBoost = null; field in ServiceStateTracker
4372 mEarfcnPairListForRsrpBoost = convertEarfcnStringArrayToPairList( in updateLteEarfcnLists()
4380 && containsEarfcnInEarfcnRange(mEarfcnPairListForRsrpBoost, lteEarfcn)) { in updateServiceStateLteEarfcnBoost()
4613 if (mEarfcnPairListForRsrpBoost != null) { in dumpEarfcnPairList()
4614 int i = mEarfcnPairListForRsrpBoost.size(); in dumpEarfcnPairList()
4615 for (Pair<Integer, Integer> earfcnPair : mEarfcnPairListForRsrpBoost) { in dumpEarfcnPairList()