Home
last modified time | relevance | path

Searched refs:bucketEstimate (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java252 final int bucketEstimate = (int) MathUtils.constrain(((end - start) / mBucketDuration), 0, in getHistory() local
255 mBucketDuration, bucketEstimate, fields); in getHistory()
343 mBucketDuration, bucketEstimate, fields); in getHistory()