Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java88 private static final int QUOTA_RESCAN_MILLIS = 5000; field in DropBoxManagerService
1092 if (uptimeMillis > mCachedQuotaUptimeMillis + QUOTA_RESCAN_MILLIS) { in trimToFit()