Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/power/
DEnergyConsumerStats.java238 private final long[] mAccumulatedChargeMicroCoulomb; field in EnergyConsumerStats
252 mAccumulatedChargeMicroCoulomb = new long[numTotalBuckets]; in EnergyConsumerStats()
257 mAccumulatedChargeMicroCoulomb[stdBucket] = POWER_DATA_UNAVAILABLE; in EnergyConsumerStats()
278 mAccumulatedChargeMicroCoulomb = new long[size]; in EnergyConsumerStats()
279 in.readLongArray(mAccumulatedChargeMicroCoulomb); in EnergyConsumerStats()
295 out.writeInt(mAccumulatedChargeMicroCoulomb.length); in writeToParcel()
296 out.writeLongArray(mAccumulatedChargeMicroCoulomb); in writeToParcel()
334 if (index < mAccumulatedChargeMicroCoulomb.length) { in readSummaryFromParcel()
339 new LongMultiStateCounter[mAccumulatedChargeMicroCoulomb.length]; in readSummaryFromParcel()
358 for (int index = 0; index < mAccumulatedChargeMicroCoulomb.length; index++) { in writeSummaryToParcel()
[all …]