Searched refs:updateQuota (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DWebStorageSizeManager.java250 quotaUpdater.updateQuota(currentQuota);
294 quotaUpdater.updateQuota(newOriginQuota);
332 quotaUpdater.updateQuota(0);
340 quotaUpdater.updateQuota(mAppCacheMaxSize);
/packages/apps/Browser/tests/src/com/android/browser/
H A DWebStorageSizeManagerUnitTests.java33 public void updateQuota(long newQuota) { method in class:WebStorageSizeManagerUnitTests.MockQuotaUpdater

Completed in 60 milliseconds