Home
last modified time | relevance | path

Searched defs:customBucket (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/power/
H A DEnergyConsumerStats.java213 final int customBucket = indexToCustomBucket(index); in getBucketName() local
394 public void updateCustomBucket(int customBucket, long chargeDeltaUC) { in updateCustomBucket()
402 public void updateCustomBucket(int customBucket, long chargeDeltaUC, long timestampMs) { in updateCustomBucket()
500 public long getAccumulatedCustomBucketCharge(int customBucket) { in getAccumulatedCustomBucketCharge()
676 private static int customBucketToIndex(int customBucket) { in customBucketToIndex()
696 public boolean isValidCustomBucket(int customBucket) { in isValidCustomBucket()