/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | AbstractCollection.java | 40 public Object[] toArray() { in toArray() method in AbstractCollection 45 public <T1> T1[] toArray(T1[] t1s) { in toArray() method in AbstractCollection
|
/frameworks/base/core/java/android/util/ |
D | MapCollections.java | 244 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
|
D | IntArray.java | 234 public int[] toArray() { in toArray() method in IntArray
|
D | LongArray.java | 220 public long[] toArray() { in toArray() method in LongArray
|
D | ArraySet.java | 769 public Object[] toArray() { in toArray() method in ArraySet 776 public <T> T[] toArray(T[] array) { in toArray() method in ArraySet
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/util/ |
D | IntArray.java | 44 public int[] toArray(int[] result) { in toArray() method in IntArray
|
/frameworks/base/core/java/android/view/autofill/ |
D | Helper.java | 72 public static @NonNull AutofillId[] toArray(Collection<AutofillId> collection) { in toArray() method in Helper
|
/frameworks/base/core/java/com/android/internal/util/ |
D | RingBuffer.java | 87 public T[] toArray() { in toArray() method in RingBuffer
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | TimeLimitedMotionEventBuffer.java | 101 public Object[] toArray() { in toArray() method in TimeLimitedMotionEventBuffer 106 public <T> T[] toArray(T[] a) { in toArray() method in TimeLimitedMotionEventBuffer
|
/frameworks/base/core/jni/ |
D | android_media_AudioVolumeGroups.cpp | 57 jmethodID toArray; member
|
D | android_media_AudioProductStrategies.cpp | 68 jmethodID toArray; member
|
D | android_media_AudioSystem.cpp | 61 jmethodID toArray; member
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | Helper.java | 79 static AutofillId[] toArray(@Nullable ArraySet<AutofillId> set) { in toArray() method in Helper
|
/frameworks/base/services/core/java/com/android/server/criticalevents/ |
D | CriticalEventLog.java | 396 synchronized T[] toArray() { in toArray() method in CriticalEventLog.ThreadSafeRingBuffer
|
/frameworks/base/services/core/java/com/android/server/camera/ |
D | CameraServiceProxy.java | 1203 private static int[] toArray(Collection<Integer> c) { in toArray() method in CameraServiceProxy
|