Searched refs:getAccumulatedStandardBucketCharge (Results 1 – 3 of 3) sorted by relevance
72 assertEquals(0L, stats.getAccumulatedStandardBucketCharge(bucket)); in testConstruction()76 stats.getAccumulatedStandardBucketCharge(bucket)); in testConstruction()119 assertEquals(stats.getAccumulatedStandardBucketCharge(bucket), in testReadWriteParcel()120 newStats.getAccumulatedStandardBucketCharge(bucket)); in testReadWriteParcel()122 assertEquals(stats.getAccumulatedStandardBucketCharge(bucket, state), in testReadWriteParcel()123 newStats.getAccumulatedStandardBucketCharge(bucket, state)); in testReadWriteParcel()216 assertEquals(stats.getAccumulatedStandardBucketCharge(i), in testCreateAndReadSummaryFromParcel()217 newStats.getAccumulatedStandardBucketCharge(i)); in testCreateAndReadSummaryFromParcel()265 newStats.getAccumulatedStandardBucketCharge(i)); in testCreateAndReadSummaryFromParcel_configChange()268 assertEquals(0L, newStats.getAccumulatedStandardBucketCharge(i)); in testCreateAndReadSummaryFromParcel_configChange()[all …]
470 public long getAccumulatedStandardBucketCharge(@StandardPowerBucket int bucket) { in getAccumulatedStandardBucketCharge() method in EnergyConsumerStats481 public long getAccumulatedStandardBucketCharge(@StandardPowerBucket int bucket, int state) { in getAccumulatedStandardBucketCharge() method in EnergyConsumerStats
7912 return mGlobalEnergyConsumerStats.getAccumulatedStandardBucketCharge(bucket); in getPowerBucketConsumptionUC()8830 return mUidEnergyConsumerStats.getAccumulatedStandardBucketCharge(bucket); in getEnergyConsumptionUC()8847 return mUidEnergyConsumerStats.getAccumulatedStandardBucketCharge(bucket, processState); in getEnergyConsumptionUC()