Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DWebStorageSizeManager.java113 private final long mGlobalLimit; field in WebStorageSizeManager
194 mGlobalLimit = getGlobalLimit(); in WebStorageSizeManager()
197 mAppCacheMaxSize = Math.max(mGlobalLimit / 4, in WebStorageSizeManager()
236 long totalUnusedQuota = mGlobalLimit - totalUsedQuota - mAppCacheMaxSize; in onExceededDatabaseQuota()
318 long totalUnusedQuota = mGlobalLimit - totalUsedQuota - mAppCacheMaxSize; in onReachedMaxAppCacheSize()