Home
last modified time | relevance | path

Searched defs:addAll (Results 1 – 25 of 51) sorted by relevance

123

/aosp12/frameworks/ex/common/java/com/android/common/content/
H A DProjectionMap.java42 public Builder addAll(String[] columns) { in addAll() method in ProjectionMap.Builder
49 public Builder addAll(ProjectionMap map) { in addAll() method in ProjectionMap.Builder
/aosp12/system/libvintf/
H A DSystemSdk.cpp35 void SystemSdk::addAll(SystemSdk* other) { in addAll() function in android::vintf::SystemSdk
/aosp12/frameworks/native/cmds/lshal/
H A DTextTable.cpp56 void TextTable::addAll(TextTable&& other) { in addAll() function in android::lshal::TextTable
/aosp12/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/kv/
H A DKeyValueListingBuilder.java51 public KeyValueListingBuilder addAll(Map<String, ChunkHash> map) { in addAll() method in KeyValueListingBuilder
/aosp12/frameworks/base/core/java/android/util/
H A DIntArray.java138 public void addAll(IntArray values) { in addAll() method in IntArray
149 public void addAll(int[] values) { in addAll() method in IntArray
H A DMapCollections.java176 public boolean addAll(Collection<? extends Map.Entry<K, V>> collection) { in addAll() method in MapCollections.EntrySet
279 public boolean addAll(Collection<? extends K> collection) { in addAll() method in MapCollections.KeySet
367 public boolean addAll(Collection<? extends V> collection) { in addAll() method in MapCollections.ValuesCollection
H A DLongArray.java126 public void addAll(LongArray values) { in addAll() method in LongArray
H A DArraySet.java550 public void addAll(ArraySet<? extends E> array) { in addAll() method in ArraySet
942 public boolean addAll(Collection<? extends E> collection) { in addAll() method in ArraySet
/aosp12/packages/services/Car/service/src/com/android/car/
H A DSlidingWindow.java44 public void addAll(Iterable<T> elements) { in addAll() method in SlidingWindow
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DAbstractCollection.java65 public boolean addAll(Collection<? extends T> collection) { in addAll() method in AbstractCollection
/aosp12/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DRequiresPermissionChecker.java275 public void addAll(ParsedRequiresPermission perm) { in addAll() method in RequiresPermissionChecker.ParsedRequiresPermission
281 public void addAll(RequiresPermission perm) { in addAll() method in RequiresPermissionChecker.ParsedRequiresPermission
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DTimeLimitedMotionEventBuffer.java128 public boolean addAll(Collection<? extends MotionEvent> collection) { in addAll() method in TimeLimitedMotionEventBuffer
135 public boolean addAll(int index, Collection<? extends MotionEvent> elements) { in addAll() method in TimeLimitedMotionEventBuffer
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DSuggestionResults.java69 public boolean addAll(final Collection<? extends SuggestedWordInfo> e) { in addAll() method in SuggestionResults
/aosp12/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedArraySet.java285 public void addAll(ArraySet<? extends E> array) { in addAll() method in WatchedArraySet
296 public void addAll(WatchedArraySet<? extends E> array) { in addAll() method in WatchedArraySet
H A DWatchedArrayList.java223 public boolean addAll(Collection<? extends E> c) { in addAll() method in WatchedArrayList
238 public boolean addAll(int index, Collection<? extends E> c) { in addAll() method in WatchedArrayList
/aosp12/frameworks/base/core/java/android/content/pm/overlay/
H A DOverlayPaths.java70 public Builder addAll(@Nullable OverlayPaths other) { in addAll() method in OverlayPaths.Builder
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/
H A DCrossProfileCalendarHelper.java91 ((ArraySet<String>) INSTANCES_TABLE_ALLOWED_LIST).addAll(EVENTS_TABLE_ALLOWED_LIST); in addAll() method
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DIntSet.java43 public IntSet addAll(IntSet other) { in addAll() method in IntSet
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmStore.java47 void addAll(ArrayList<Alarm> alarms); in addAll() method
H A DLazyAlarmStore.java74 public void addAll(ArrayList<Alarm> alarms) { in addAll() method in LazyAlarmStore
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DEventList.java50 void addAll(@NonNull List<Event> events) { in addAll() method in EventList
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DFilmstripItemList.java99 public void addAll(List<? extends FilmstripItem> filmstripItemList) { in addAll() method in FilmstripItemList
/aosp12/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java252 public void addAll(@NonNull Collection<? extends T> collection) { in addAll() method in ArrayAdapter
270 public void addAll(T ... items) { in addAll() method in ArrayAdapter
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
H A DBankedTzIdSetsPacker.java137 private void addAll(List<List<String>> uniqueTzIdStringSets) { in addAll() method in BankedTzIdSetsPacker.BankHelper
/aosp12/frameworks/native/libs/input/
H A DPropertyMap.cpp104 void PropertyMap::addAll(const PropertyMap* map) { in addAll() function in android::PropertyMap

123