Searched refs:getBucketDuration (Results 1 – 6 of 6) sorted by relevance
106 data.detail = new NetworkStatsHistory(data.detailForeground.getBucketDuration()); in loadInBackground()
417 target = new NetworkStatsHistory(history.getBucketDuration()); in recordHistory()444 } else if (existing.getBucketDuration() != mBucketDuration) { in findOrCreateHistory()739 groupHistory = new NetworkStatsHistory(value.getBucketDuration()); in dumpCheckin()
227 public long getBucketDuration() { in getBucketDuration() method in NetworkStatsHistory747 return (int) (size() * getBucketDuration() / newBucketDuration); in estimateResizeBuckets()
84 assertEquals(15 * SECOND_IN_MILLIS, history.getBucketDuration()); in testReadOriginalVersion()
398 assertEquals(HOUR_IN_MILLIS, history.getBucketDuration());412 assertEquals(30 * MINUTE_IN_MILLIS, history.getBucketDuration());
14378 HSPLandroid/net/NetworkStatsHistory;->getBucketDuration()J