am bc03c74c: am d968670d: Merge "Conservatively trim data usage stats." into ics-mr1
* commit 'bc03c74c485669695805944a655795a6f9890956': Conservatively trim data usage stats.
This commit is contained in:
@@ -256,6 +256,10 @@ public class NetworkStatsHistoryTest extends AndroidTestCase {
|
|||||||
stats.recordData(TEST_START, TEST_START + DAY_IN_MILLIS, 24L, 24L);
|
stats.recordData(TEST_START, TEST_START + DAY_IN_MILLIS, 24L, 24L);
|
||||||
assertEquals(24, stats.size());
|
assertEquals(24, stats.size());
|
||||||
|
|
||||||
|
// try removing invalid data; should be no change
|
||||||
|
stats.removeBucketsBefore(0 - DAY_IN_MILLIS);
|
||||||
|
assertEquals(24, stats.size());
|
||||||
|
|
||||||
// try removing far before buckets; should be no change
|
// try removing far before buckets; should be no change
|
||||||
stats.removeBucketsBefore(TEST_START - YEAR_IN_MILLIS);
|
stats.removeBucketsBefore(TEST_START - YEAR_IN_MILLIS);
|
||||||
assertEquals(24, stats.size());
|
assertEquals(24, stats.size());
|
||||||
|
|||||||
Reference in New Issue
Block a user