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.java45 LongSparseArray<Integer> sparseArray = new LongSparseArray<>(); in testSparseArrayWithDefaultCapacity() local
111 LongSparseArray<Integer> sparseArray = new LongSparseArray<>(5); in testSparseArrayWithSpecifiedCapacity() local
177 LongSparseArray<Long> sparseArray = new LongSparseArray<>(); in testIterationOrder() local
DSparseArrayTest.java42 SparseArray<Integer> sparseArray = new SparseArray<>(); in testSparseArrayWithDefaultCapacity() local
108 SparseArray<Integer> sparseArray = new SparseArray<>(5); in testSparseArrayWithSpecifiedCapacity() local
174 SparseArray<Long> sparseArray = new SparseArray<>(); in testIterationOrder() local
DSparseLongArrayTest.java43 SparseLongArray sparseArray = new SparseLongArray(); in testSparseArrayWithDefaultCapacity() local
105 SparseLongArray sparseArray = new SparseLongArray(5); in testSparseArrayWithSpecifiedCapacity() local
167 SparseLongArray sparseArray = new SparseLongArray(); in testIterationOrder() local
DSparseBooleanArrayTest.java154 SparseBooleanArray sparseArray = new SparseBooleanArray(); in testIterationOrder() local
DSparseIntArrayTest.java180 SparseIntArray sparseArray = new SparseIntArray(); in testIterationOrder() local
/cts/tests/tests/widget/src/android/widget/cts/
DAdapterViewTest.java437 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.java374 SparseArray<Object> sparseArray = new SparseArray<Object>(); in testReadValue() local