Home
last modified time | relevance | path

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

/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/
DWatcherTest.java193 Leaf leafD = new Leaf(); in testWatchedArrayMap() local
236 array.setValueAt(array.indexOfKey(INDEX_C), leafD); in testWatchedArrayMap() local
293 Leaf leafD = new Leaf(); in testWatchedArraySet() local
396 Leaf leafD = new Leaf(); in testWatchedArrayList() local
448 array.set(array.indexOf(leafC), leafD); in testWatchedArrayList() local
510 Leaf leafD = new Leaf(); in testWatchedSparseArray() local
555 array.setValueAt(array.indexOfKey(INDEX_C), leafD); in testWatchedSparseArray() local
634 Leaf leafD = new Leaf(); in testWatchedLongSparseArray() local
679 array.setValueAt(array.indexOfKey(INDEX_C), leafD); in testWatchedLongSparseArray() local
1199 Leaf leafD = new Leaf(); in testNestedArrays() local