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.java34 LongSparseArray<Integer> sparseArray = new LongSparseArray<Integer>(); in testSparseArrayWithDefaultCapacity() local
99 LongSparseArray<Integer> sparseArray = new LongSparseArray<Integer>(5); in testSparseArrayWithSpecifiedCapacity() local
164 LongSparseArray<Long> sparseArray = new LongSparseArray<Long>(); in testIterationOrder() local
DSparseLongArrayTest.java34 SparseLongArray sparseArray = new SparseLongArray(); in testSparseArrayWithDefaultCapacity() local
95 SparseLongArray sparseArray = new SparseLongArray(5); in testSparseArrayWithSpecifiedCapacity() local
156 SparseLongArray sparseArray = new SparseLongArray(); in testIterationOrder() local
DSparseArrayTest.java30 SparseArray<Integer> sparseArray = new SparseArray<Integer>(); in testSparseArrayWithDefaultCapacity() local
95 SparseArray<Integer> sparseArray = new SparseArray<Integer>(5); in testSparseArrayWithSpecifiedCapacity() local
160 SparseArray<Long> sparseArray = new SparseArray<Long>(); in testIterationOrder() local
DSparseBooleanArrayTest.java147 SparseBooleanArray sparseArray = new SparseBooleanArray(); in testIterationOrder() local
DSparseIntArrayTest.java175 SparseIntArray sparseArray = new SparseIntArray(); in testIterationOrder() local
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java593 final SparseArray<Parcelable> sparseArray = new SparseArray<Parcelable>(); in testGetSparseParcelableArray() local
740 SparseArray<Parcelable> sparseArray = new SparseArray<Parcelable>(); in testHasFileDescriptorsOnNullValuedCollection() local
DParcelTest.java374 SparseArray<Object> sparseArray = new SparseArray<Object>(); in testReadValue() local
/cts/tests/tests/widget/src/android/widget/cts/
DAdapterViewTest.java407 SparseArray<Parcelable> sparseArray = new SparseArray<Parcelable>(); in testDispatchRestoreInstanceState() local