Searched refs: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/Mms/src/com/android/mms/model/
H A DSlideModel.java337 public boolean retainAll(Collection<?> collection) { method in class:SlideModel
H A DSlideshowModel.java464 public boolean retainAll(Collection<?> collection) { method in class:SlideshowModel
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java248 values.keySet().retainAll(ALLOWED_DATA_COLUMNS);

Completed in 136 milliseconds