Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/power/
H A DEnergyConsumerStats.java237 private final long[] mAccumulatedChargeMicroCoulomb; field in EnergyConsumerStats
277 mAccumulatedChargeMicroCoulomb = new long[size]; in EnergyConsumerStats()
278 in.readLongArray(mAccumulatedChargeMicroCoulomb); in EnergyConsumerStats()
294 out.writeInt(mAccumulatedChargeMicroCoulomb.length); in writeToParcel()
295 out.writeLongArray(mAccumulatedChargeMicroCoulomb); in writeToParcel()
333 if (index < mAccumulatedChargeMicroCoulomb.length) { in readSummaryFromParcel()
413 if (mAccumulatedChargeMicroCoulomb[index] >= 0L) { in updateEntry()
433 + mAccumulatedChargeMicroCoulomb[index]); in updateEntry()
471 return mAccumulatedChargeMicroCoulomb[bucket]; in getAccumulatedStandardBucketCharge()
621 mAccumulatedChargeMicroCoulomb[index] = value; in setValueIfSupported()
[all …]