Searched defs:earfcnPairList (Results 1 – 1 of 1) sorted by relevance
1106 @Nullable ArrayList<Pair<Integer, Integer>> earfcnPairList, int earfcn) { in containsEarfcnInEarfcnRange()1129 ArrayList<Pair<Integer, Integer>> earfcnPairList = new ArrayList<Pair<Integer, Integer>>(); in convertEarfcnStringArrayToPairList() local