Searched refs:collection (Results 1 – 13 of 13) sorted by relevance
231 String label, collection; in getView() local234 collection = item.getCollection(); in getView()237 collection = ""; in getView()241 if (collection.isEmpty()) { in getView()244 return inflateTwoLine(convertView, parent, label, collection, checked); in getView()264 String label, String collection, boolean checked) { in inflateTwoLine() argument277 subText.setText(collection); in inflateTwoLine()
288 public boolean addAll(Collection<? extends MediaModel> collection) { in addAll() argument319 public boolean containsAll(Collection<?> collection) { in containsAll() argument320 return mMedia.containsAll(collection); in containsAll()340 public boolean removeAll(Collection<?> collection) { in removeAll() argument344 public boolean retainAll(Collection<?> collection) { in retainAll() argument365 Collection<? extends MediaModel> collection) { in addAll() argument
417 public boolean addAll(Collection<? extends SlideModel> collection) { in addAll() argument439 public boolean containsAll(Collection<?> collection) { in containsAll() argument440 return mSlides.containsAll(collection); in containsAll()462 public boolean removeAll(Collection<?> collection) { in removeAll() argument466 public boolean retainAll(Collection<?> collection) { in retainAll() argument498 Collection<? extends SlideModel> collection) { in addAll() argument
76 public static <E> ArrayList<E> newArrayList(final Collection<E> collection) { in newArrayList() argument77 return new ArrayList<E>(collection); in newArrayList()89 final Collection<E> collection) { in newCopyOnWriteArrayList() argument90 return new CopyOnWriteArrayList<E>(collection); in newCopyOnWriteArrayList()
293 private static <T> Set<T> toSet(Collection<T> collection) { in toSet() argument295 ret.addAll(collection); in toSet()
959 public static long[] toPrimitiveLongArray(Collection<Long> collection) {962 final int size = collection.size();966 for (Long value : collection) {
1dictionary=main:en_us,locale=en_US,description=English (US),date ...