Searched refs:getAppCacheSizeBytes (Results 1 – 2 of 2) sorted by relevance
161 public long getAppCacheSizeBytes(); in getAppCacheSizeBytes() method175 public long getAppCacheSizeBytes() { in getAppCacheSizeBytes() method in WebStorageSizeManager.WebKitAppCacheInfo198 appCacheInfo.getAppCacheSizeBytes()); in WebStorageSizeManager()
64 public long getAppCacheSizeBytes() { in getAppCacheSizeBytes() method in WebStorageSizeManagerUnitTests.MockAppCacheInfo161 mAppCacheInfo.setAppCacheSizeBytes(mAppCacheInfo.getAppCacheSizeBytes() + bytes(2.5)); in testCallbacks()162 …assertEquals(mAppCacheInfo.getAppCacheSizeBytes(), mNewQuota - WebStorageSizeManager.APPCACHE_MAXS… in testCallbacks()