Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/
H A DIntegrityFileManagerTest.java166 int unindexedRuleCount = 70; in testGetRules_indexedForManyRules() local
173 for (int i = 0; i < unindexedRuleCount; i++) { in testGetRules_indexedForManyRules()
198 .isEqualTo(INDEXING_BLOCK_SIZE * 2 + unindexedRuleCount); in testGetRules_indexedForManyRules()