Searched refs:mAccumulatedChargeMicroCoulomb (Results 1 – 1 of 1) sorted by relevance
237 private final long[] mAccumulatedChargeMicroCoulomb; field in EnergyConsumerStats277 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 …]