Searched refs:newArraySet (Results 1 – 3 of 3) sorted by relevance
145 final Set<City> selectedSet = Utils.newArraySet(selected); in getUnselectedCities()
307 Utils.newArraySet(DataModel.getDataModel().getSelectedCities()); in handleClockIntent()
699 public static <E> ArraySet<E> newArraySet(Collection<E> collection) { in newArraySet() method in Utils