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

/packages/apps/Browser/tests/src/com/android/browser/
H A DWebStorageSizeManagerUnitTests.java30 private long mNewQuota; field in class:WebStorageSizeManagerUnitTests
34 mNewQuota = newQuota;
99 assertEquals(origin1EstimatedSize, mNewQuota);
100 origin1Quota = mNewQuota;
107 assertEquals(origin2EstimatedSize, mNewQuota);
108 origin2Quota = mNewQuota;
113 assertEquals(origin1EstimatedSize + quotaIncrease, mNewQuota);
115 origin1Quota = mNewQuota;
120 assertEquals(origin2EstimatedSize + quotaIncrease, mNewQuota);
122 origin2Quota = mNewQuota;
[all...]

Completed in 60 milliseconds