Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java146 private long mCachedQuotaUptimeMillis = 0; field in DropBoxManagerService
160 mCachedQuotaUptimeMillis = 0; // Force a re-check of quota size
1224 if (uptimeMillis > mCachedQuotaUptimeMillis + QUOTA_RESCAN_MILLIS) { in trimToFit()
1245 mCachedQuotaUptimeMillis = uptimeMillis; in trimToFit()