Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java1190 int tagQuota = (mCachedQuotaBlocks - unsqueezed) / squeezed; in trimToFit() local
1195 while (tag.blocks > tagQuota && !tag.contents.isEmpty()) { in trimToFit()