Searched refs:INDEXING_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
23 public static final int INDEXING_BLOCK_SIZE = 50; field in IndexingFileConstants
19 import static com.android.server.integrity.model.IndexingFileConstants.INDEXING_BLOCK_SIZE;198 .isEqualTo(INDEXING_BLOCK_SIZE * 2 + unindexedRuleCount); in testGetRules_indexedForManyRules()
32 import static com.android.server.integrity.model.IndexingFileConstants.INDEXING_BLOCK_SIZE;170 if (indexTracker >= INDEXING_BLOCK_SIZE) { in serializeRuleList()
31 import static com.android.server.integrity.model.IndexingFileConstants.INDEXING_BLOCK_SIZE;557 if (count > 0 && count % INDEXING_BLOCK_SIZE == 0) { in testBinaryString_verifyManyRulesAreIndexedCorrectly()579 if (count > 0 && count % INDEXING_BLOCK_SIZE == 0) { in testBinaryString_verifyManyRulesAreIndexedCorrectly()