Searched refs:INDEX_C (Results 1 – 1 of 1) sorted by relevance
58 private static final int INDEX_C = 3; field in WatcherTest214 array.put(INDEX_C, leafB); in testWatchedArrayMap()218 array.remove(INDEX_C); in testWatchedArrayMap()232 array.put(INDEX_C, leafC); in testWatchedArrayMap()236 array.setValueAt(array.indexOfKey(INDEX_C), leafD); in testWatchedArrayMap()531 array.put(INDEX_C, leafB); in testWatchedSparseArray()535 array.remove(INDEX_C); in testWatchedSparseArray()551 array.put(INDEX_C, leafC); in testWatchedSparseArray()555 array.setValueAt(array.indexOfKey(INDEX_C), leafD); in testWatchedSparseArray()655 array.put(INDEX_C, leafB); in testWatchedLongSparseArray()[all …]