Home
last modified time | relevance | path

Searched defs:sparseArray (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DLongSparseArrayTest.java46 LongSparseArray<Integer> sparseArray = new LongSparseArray<>(); in testSparseArrayWithDefaultCapacity() local
112 LongSparseArray<Integer> sparseArray = new LongSparseArray<>(5); in testSparseArrayWithSpecifiedCapacity() local
178 LongSparseArray<Long> sparseArray = new LongSparseArray<>(); in testIterationOrder() local
DSparseLongArrayTest.java44 SparseLongArray sparseArray = new SparseLongArray(); in testSparseArrayWithDefaultCapacity() local
106 SparseLongArray sparseArray = new SparseLongArray(5); in testSparseArrayWithSpecifiedCapacity() local
168 SparseLongArray sparseArray = new SparseLongArray(); in testIterationOrder() local
DSparseArrayTest.java43 SparseArray<Integer> sparseArray = new SparseArray<>(); in testSparseArrayWithDefaultCapacity() local
109 SparseArray<Integer> sparseArray = new SparseArray<>(5); in testSparseArrayWithSpecifiedCapacity() local
175 SparseArray<Long> sparseArray = new SparseArray<>(); in testIterationOrder() local
DSparseBooleanArrayTest.java155 SparseBooleanArray sparseArray = new SparseBooleanArray(); in testIterationOrder() local
DSparseIntArrayTest.java181 SparseIntArray sparseArray = new SparseIntArray(); in testIterationOrder() local
/cts/tests/tests/widget/src/android/widget/cts/
DAdapterViewTest.java435 SparseArray<Parcelable> sparseArray = new SparseArray<Parcelable>(); in testDispatchRestoreInstanceState() local
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java596 final SparseArray<Parcelable> sparseArray = new SparseArray<Parcelable>(); in testGetSparseParcelableArray() local
743 SparseArray<Parcelable> sparseArray = new SparseArray<Parcelable>(); in testHasFileDescriptorsOnNullValuedCollection() local
DParcelTest.java388 SparseArray<Object> sparseArray = new SparseArray<Object>(); in testReadValue() local