Searched refs:earfcnPairList (Results 1 – 1 of 1) sorted by relevance
5114 private int containsEarfcnInEarfcnRange(ArrayList<Pair<Integer, Integer>> earfcnPairList, in containsEarfcnInEarfcnRange() argument5117 if (earfcnPairList != null) { in containsEarfcnInEarfcnRange()5118 for (Pair<Integer, Integer> earfcnPair : earfcnPairList) { in containsEarfcnInEarfcnRange()5136 ArrayList<Pair<Integer, Integer>> earfcnPairList = new ArrayList<Pair<Integer, Integer>>(); in convertEarfcnStringArrayToPairList() local5161 earfcnPairList.add(new Pair<Integer, Integer>(earfcnStart, earfcnEnd)); in convertEarfcnStringArrayToPairList()5176 return earfcnPairList; in convertEarfcnStringArrayToPairList()