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

/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java711 public int estimateResizeBuckets(long newBucketDuration) { argument
712 return (int) (size() * getBucketDuration() / newBucketDuration);

Completed in 71 milliseconds