Searched refs:list2 (Results 1 – 1 of 1) sorted by relevance
613 List<State> list2 = new ArrayList<State>(states.size()); in getClosestMatch() local630 list2.add(s); in getClosestMatch()633 list2.add(s); in getClosestMatch()639 if (list2.size() == 1) { in getClosestMatch()640 return list2.get(0).getName(); in getClosestMatch()646 if (list2.size() != 0) { in getClosestMatch()649 list1.addAll(list2); in getClosestMatch()650 list2.clear(); in getClosestMatch()