Home
last modified time | relevance | path

Searched refs:INDEXING_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/integrity/model/
H A DIndexingFileConstants.java23 public static final int INDEXING_BLOCK_SIZE = 50; field in IndexingFileConstants
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/
H A DIntegrityFileManagerTest.java19 import static com.android.server.integrity.model.IndexingFileConstants.INDEXING_BLOCK_SIZE;
198 .isEqualTo(INDEXING_BLOCK_SIZE * 2 + unindexedRuleCount); in testGetRules_indexedForManyRules()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/serializer/
H A DRuleBinarySerializer.java32 import static com.android.server.integrity.model.IndexingFileConstants.INDEXING_BLOCK_SIZE;
170 if (indexTracker >= INDEXING_BLOCK_SIZE) { in serializeRuleList()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/serializer/
H A DRuleBinarySerializerTest.java31 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()