| /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/support/collection/src/main/java/androidx/collection/ |
| D | MapCollections.java | 240 public Object[] toArray() { in toArray() method in MapCollections.EntrySet 245 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.EntrySet 330 public Object[] toArray() { in toArray() method in MapCollections.KeySet 335 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.KeySet 446 public Object[] toArray() { in toArray() method in MapCollections.ValuesCollection 451 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.ValuesCollection
|
| D | ArraySet.java | 556 public Object[] toArray() { in toArray() method in ArraySet 564 public <T> T[] toArray(@NonNull T[] array) { in toArray() method in ArraySet
|
| /frameworks/base/core/java/android/util/ |
| D | MapCollections.java | 242 public Object[] toArray() { in toArray() method in MapCollections.EntrySet 247 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.EntrySet 332 public Object[] toArray() { in toArray() method in MapCollections.KeySet 337 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.KeySet 448 public Object[] toArray() { in toArray() method in MapCollections.ValuesCollection 453 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.ValuesCollection
|
| D | ArraySet.java | 569 public Object[] toArray() { in toArray() method in ArraySet 576 public <T> T[] toArray(T[] array) { in toArray() method in ArraySet
|
| D | IntArray.java | 223 public int[] toArray() { in toArray() method in IntArray
|
| D | LongArray.java | 214 public long[] toArray() { in toArray() method in LongArray
|
| /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 | 69 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/core/tests/coretests/src/com/android/internal/os/ |
| D | KernelCpuProcReaderTest.java | 192 private byte[] toArray(ByteBuffer buffer) { in toArray() method in KernelCpuProcReaderTest
|
| /frameworks/base/services/autofill/java/com/android/server/autofill/ |
| D | Helper.java | 83 static AutofillId[] toArray(@Nullable ArraySet<AutofillId> set) { in toArray() method in Helper
|
| /frameworks/base/services/core/java/com/android/server/camera/ |
| D | CameraServiceProxy.java | 442 private static int[] toArray(Collection<Integer> c) { in toArray() method in CameraServiceProxy
|
| /frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
| D | EthernetNetworkFactory.java | 121 .toArray(String[]::new); in getAvailableInterfaces() method in EthernetNetworkFactory
|
| /frameworks/base/core/jni/ |
| D | android_media_AudioSystem.cpp | 48 jmethodID toArray; member
|