Home
last modified time | relevance | path

Searched defs:toArray (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DAbstractCollection.java40 public Object[] toArray() { in toArray() method in AbstractCollection
45 public <T1> T1[] toArray(T1[] t1s) { in toArray() method in AbstractCollection
/aosp14/frameworks/base/core/java/android/util/
H A DMapCollections.java244 public Object[] toArray() { in toArray() method in MapCollections.EntrySet
249 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.EntrySet
334 public Object[] toArray() { in toArray() method in MapCollections.KeySet
339 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.KeySet
450 public Object[] toArray() { in toArray() method in MapCollections.ValuesCollection
455 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.ValuesCollection
H A DLongArray.java220 public long[] toArray() { in toArray() method in LongArray
H A DArraySet.java770 public Object[] toArray() { in toArray() method in ArraySet
777 public <T> T[] toArray(T[] array) { in toArray() method in ArraySet
H A DIntArray.java234 public int[] toArray() { in toArray() method in IntArray
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/util/
H A DIntArray.java44 public int[] toArray(int[] result) { in toArray() method in IntArray
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DHelper.java72 public static @NonNull AutofillId[] toArray(Collection<AutofillId> collection) { in toArray() method in Helper
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DRingBuffer.java87 public T[] toArray() { in toArray() method in RingBuffer
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DTimeLimitedMotionEventBuffer.java101 public Object[] toArray() { in toArray() method in TimeLimitedMotionEventBuffer
106 public <T> T[] toArray(T[] a) { in toArray() method in TimeLimitedMotionEventBuffer
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioVolumeGroups.cpp57 jmethodID toArray; member
H A Dandroid_media_AudioProductStrategies.cpp68 jmethodID toArray; member
H A Dandroid_media_AudioSystem.cpp64 jmethodID toArray; member
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DHelper.java174 static AutofillId[] toArray(@Nullable ArraySet<AutofillId> set) { in toArray() method in Helper
/aosp14/frameworks/base/services/core/java/com/android/server/criticalevents/
H A DCriticalEventLog.java396 synchronized T[] toArray() { in toArray() method in CriticalEventLog.ThreadSafeRingBuffer
/aosp14/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java1275 private static int[] toArray(Collection<Integer> c) { in toArray() method in CameraServiceProxy
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...