Searched refs:earfcnPairList (Results 1 – 1 of 1) sorted by relevance
1106 @Nullable ArrayList<Pair<Integer, Integer>> earfcnPairList, int earfcn) { in containsEarfcnInEarfcnRange() argument1108 if (earfcnPairList != null) { in containsEarfcnInEarfcnRange()1109 for (Pair<Integer, Integer> earfcnPair : earfcnPairList) { in containsEarfcnInEarfcnRange()1129 ArrayList<Pair<Integer, Integer>> earfcnPairList = new ArrayList<Pair<Integer, Integer>>(); in convertEarfcnStringArrayToPairList() local1154 earfcnPairList.add(new Pair<Integer, Integer>(earfcnStart, earfcnEnd)); in convertEarfcnStringArrayToPairList()1169 return earfcnPairList; in convertEarfcnStringArrayToPairList()