Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchRateLimitConfig.java112 int perPackageCapacity = (int) (totalCapacity * perPackageCapacityPercentage); in rebuildIfNecessary() local
114 || perPackageCapacity != mTaskQueuePerPackageCapacity in rebuildIfNecessary()