Home
last modified time | relevance | path

Searched defs:collection (Results 1 – 25 of 43) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DAbstractCollection.java60 public boolean containsAll(Collection<?> collection) { in containsAll()
65 public boolean addAll(Collection<? extends T> collection) { in addAll()
70 public boolean removeAll(Collection<?> collection) { in removeAll()
75 public boolean retainAll(Collection<?> collection) { in retainAll()
H A DTrackedObjects.java51 public static boolean isTrackedObject(Collection<?> collection) { in isTrackedObject()
H A DLeakDetector.java81 public <T> void trackCollection(Collection<T> collection, String tag) { in trackCollection()
H A DTrackedCollections.java46 public synchronized void track(Collection<?> collection, String tag) { in track()
/aosp14/frameworks/base/core/java/android/util/
H A DMapCollections.java203 public boolean containsAll(Collection<?> collection) { in containsAll()
229 public boolean removeAll(Collection<?> collection) { in removeAll()
234 public boolean retainAll(Collection<?> collection) { in retainAll()
279 public boolean addAll(Collection<? extends K> collection) { in addAll()
294 public boolean containsAll(Collection<?> collection) { in containsAll()
319 public boolean removeAll(Collection<?> collection) { in removeAll()
324 public boolean retainAll(Collection<?> collection) { in retainAll()
367 public boolean addAll(Collection<? extends V> collection) { in addAll()
382 public boolean containsAll(Collection<?> collection) { in containsAll()
413 public boolean removeAll(Collection<?> collection) { in removeAll()
[all …]
H A DArraySet.java946 public boolean containsAll(Collection<?> collection) { in containsAll()
961 public boolean addAll(Collection<? extends E> collection) { in addAll()
976 public boolean removeAll(Collection<?> collection) { in removeAll()
991 public boolean retainAll(Collection<?> collection) { in retainAll()
H A DArrayMap.java985 public boolean containsAll(Collection<?> collection) { in containsAll()
1028 public boolean removeAll(Collection<?> collection) { in removeAll()
1068 public boolean retainAll(Collection<?> collection) { in retainAll()
/aosp14/frameworks/base/media/mca/filterfw/native/base/
H A Dutilities.h63 FindOrNull(const Collection& collection, in FindOrNull()
117 FindPtrOrNull(const Collection& collection, in FindPtrOrNull()
129 bool ContainsKey(const Collection& collection, const Key& key) { in ContainsKey()
138 bool InsertIfNotPresent(Collection * const collection, in InsertIfNotPresent()
/aosp14/frameworks/base/media/mca/filterpacks/native/base/
H A Dutilities.h75 FindOrNull(const Collection& collection, in FindOrNull()
129 FindPtrOrNull(const Collection& collection, in FindPtrOrNull()
141 bool ContainsKey(const Collection& collection, const Key& key) { in ContainsKey()
150 bool InsertIfNotPresent(Collection * const collection, in InsertIfNotPresent()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/health/
H A DHealthServiceWrapperTest.java85 public static <T> ArgumentMatcher<T> isOneOf(T[] collection) { in isOneOf()
89 public static <T> ArgumentMatcher<T> isOneOf(Collection<T> collection) { in isOneOf()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DStringUtilsTests.cpp25 auto collection = StringUtils::split("a b c"); in TEST() local
34 auto collection = StringUtils::split("GL_ext1 GL_ext2 GL_ext3"); in TEST() local
/aosp14/frameworks/base/core/java/android/text/method/
H A DNumberKeyListener.java151 static boolean addDigits(@NonNull Collection<Character> collection, @Nullable Locale locale) { in addDigits()
171 static boolean addFormatCharsFromSkeleton( in addFormatCharsFromSkeleton()
209 static boolean addFormatCharsFromSkeletons( in addFormatCharsFromSkeletons()
224 static boolean addAmPmChars(@NonNull Collection<Character> collection, in addAmPmChars()
/aosp14/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp57 FileCollectionIterator::FileCollectionIterator(FileCollection* collection) in FileCollectionIterator()
72 std::unique_ptr<FileCollection> collection = in Create() local
H A DZipArchive.cpp79 ZipFileCollection* collection) in ZipFileCollectionIterator()
99 std::unique_ptr<ZipFileCollection> collection = in Create() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotifRemoteViewCacheImplTest.java61 CommonNotifCollection collection = mock(CommonNotifCollection.class); in setUp() local
H A DNotifBindPipelineTest.java62 CommonNotifCollection collection = mock(CommonNotifCollection.class); in setUp() local
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DHelper.java72 public static @NonNull AutofillId[] toArray(Collection<AutofillId> collection) { in toArray()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
H A DComplicationCollectionLiveDataTest.java104 final Collection<Complication> collection = collectionCaptor.getValue(); in assertObserverCalledWith() local
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DObjectPrinter.java96 Collection collection = (Collection) obj; in print() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotifRemoteViewCacheImpl.java42 NotifRemoteViewCacheImpl(CommonNotifCollection collection) { in NotifRemoteViewCacheImpl()
H A DNotifBindPipeline.java90 CommonNotifCollection collection, in NotifBindPipeline()
/aosp14/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp98 const android::Source& source, unique_ptr<io::IFileCollection> collection, in LoadProtoApkFromFileCollection()
157 const android::Source& source, unique_ptr<io::IFileCollection> collection, in LoadBinaryApkFromFileCollection()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DAssertHelpers.java217 private static <T> String formatCollection(Collection<T> collection, int maxLen) { in formatCollection()
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DArrayUtilsTest.java280 ArrayList<Object> collection = null; in testUnstableRemoveIf() local
/aosp14/frameworks/base/libs/hwui/hwui/
H A DTypeface.cpp199 std::shared_ptr<minikin::FontCollection> collection = in setRobotoTypefaceForTest() local

12