Searched refs:DEFAULT_MAX_EMPTIES_KEPT (Results 1 – 2 of 2) sorted by relevance
70 for (int i = 0; i <= MultiLongSparseArray.DEFAULT_MAX_EMPTIES_KEPT + 2; i++) { in testMaxEmptyCacheSize()73 for (int i = 0; i <= MultiLongSparseArray.DEFAULT_MAX_EMPTIES_KEPT + 2; i++) { in testMaxEmptyCacheSize()77 .isEqualTo(MultiLongSparseArray.DEFAULT_MAX_EMPTIES_KEPT); in testMaxEmptyCacheSize()88 for (int i = 0; i <= MultiLongSparseArray.DEFAULT_MAX_EMPTIES_KEPT + 2; i++) { in testReuseEmptySets()92 for (int i = 0; i <= MultiLongSparseArray.DEFAULT_MAX_EMPTIES_KEPT + 2; i++) { in testReuseEmptySets()96 .isEqualTo(MultiLongSparseArray.DEFAULT_MAX_EMPTIES_KEPT); in testReuseEmptySets()99 for (int i = 0; i < MultiLongSparseArray.DEFAULT_MAX_EMPTIES_KEPT; i++) { in testReuseEmptySets()102 .isEqualTo(MultiLongSparseArray.DEFAULT_MAX_EMPTIES_KEPT - i - 1); in testReuseEmptySets()
31 @VisibleForTesting static final int DEFAULT_MAX_EMPTIES_KEPT = 4; field in MultiLongSparseArray38 mEmptySets = new Set[DEFAULT_MAX_EMPTIES_KEPT]; in MultiLongSparseArray()93 if (mEmptyIndex < DEFAULT_MAX_EMPTIES_KEPT - 1) { in cacheEmptySet()