Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/power/
H A DMeasuredEnergyStats.java229 final int index = customBucketToIndex(customBucket); in updateCustomBucket()
264 return mAccumulatedChargeMicroCoulomb[customBucketToIndex(customBucket)]; in getAccumulatedCustomBucketCharge()
273 charges[bucket] = mAccumulatedChargeMicroCoulomb[customBucketToIndex(bucket)]; in getAccumulatedCustomBucketCharges()
502 private static int customBucketToIndex(int customBucket) { in customBucketToIndex() method in MeasuredEnergyStats
524 && customBucketToIndex(customBucket) < mAccumulatedChargeMicroCoulomb.length; in isValidCustomBucket()