Searched refs:QUOTA_INCREASE_STEP (Results 1 – 2 of 2) sorted by relevance
95 public final static long QUOTA_INCREASE_STEP = 1 * 1024 * 1024; // 1MB field in WebStorageSizeManager284 Math.min(QUOTA_INCREASE_STEP, totalUnusedQuota) : in onExceededDatabaseQuota()
85 final long quotaIncrease = WebStorageSizeManager.QUOTA_INCREASE_STEP; // 1MB in testCallbacks()