Searched defs:retainAll (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewIconCache.java87 private void retainAll(HashSet<Key> keysToKeep, Key.Type t) { method in class:PagedViewIconCache
103 retainAll(keysSet, Key.Type.ApplicationInfoKey);
111 retainAll(keysSet, Key.Type.ResolveInfoKey);
119 retainAll(keysSet, Key.Type.AppWidgetProviderInfoKey);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewIconCache.java87 private void retainAll(HashSet<Key> keysToKeep, Key.Type t) { method in class:PagedViewIconCache
103 retainAll(keysSet, Key.Type.ApplicationInfoKey);
111 retainAll(keysSet, Key.Type.ResolveInfoKey);
119 retainAll(keysSet, Key.Type.AppWidgetProviderInfoKey);
/packages/apps/Mms/src/com/android/mms/model/
H A DSlideshowModel.java469 public boolean retainAll(Collection<?> collection) { method in class:SlideshowModel
H A DSlideModel.java344 public boolean retainAll(Collection<?> collection) { method in class:SlideModel

Completed in 91 milliseconds