Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/power/
DEnergyConsumerStats.java512 final long[] charges = new long[getNumberCustomPowerBuckets()]; in getAccumulatedCustomBucketCharges() local
513 for (int bucket = 0; bucket < charges.length; bucket++) { in getAccumulatedCustomBucketCharges()
514 charges[bucket] = mAccumulatedChargeMicroCoulomb[customBucketToIndex(bucket)]; in getAccumulatedCustomBucketCharges()
516 return charges; in getAccumulatedCustomBucketCharges()
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags11 # It lets us count the total amount of time between charges and the discharge level
/frameworks/proto_logging/stats/
Datoms.proto6766 * 1) the battery charges from 0% to 100% and drains back to 0%,