Searched refs:getAccumulatedStandardBucketCharge (Results 1 – 3 of 3) sorted by relevance
68 assertEquals(0L, stats.getAccumulatedStandardBucketCharge(bucket)); in testConstruction()72 stats.getAccumulatedStandardBucketCharge(bucket)); in testConstruction()115 assertEquals(stats.getAccumulatedStandardBucketCharge(bucket), in testReadWriteParcel()116 newStats.getAccumulatedStandardBucketCharge(bucket)); in testReadWriteParcel()212 assertEquals(stats.getAccumulatedStandardBucketCharge(i), in testCreateAndReadSummaryFromParcel()213 newStats.getAccumulatedStandardBucketCharge(i)); in testCreateAndReadSummaryFromParcel()261 newStats.getAccumulatedStandardBucketCharge(i)); in testCreateAndReadSummaryFromParcel_configChange()264 assertEquals(0L, newStats.getAccumulatedStandardBucketCharge(i)); in testCreateAndReadSummaryFromParcel_configChange()267 assertEquals(stats.getAccumulatedStandardBucketCharge(i), in testCreateAndReadSummaryFromParcel_configChange()268 newStats.getAccumulatedStandardBucketCharge(i)); in testCreateAndReadSummaryFromParcel_configChange()[all …]
469 public long getAccumulatedStandardBucketCharge(@StandardPowerBucket int bucket) { in getAccumulatedStandardBucketCharge() method in EnergyConsumerStats480 public long getAccumulatedStandardBucketCharge(@StandardPowerBucket int bucket, int state) { in getAccumulatedStandardBucketCharge() method in EnergyConsumerStats
7581 return mGlobalEnergyConsumerStats.getAccumulatedStandardBucketCharge(bucket); in getPowerBucketConsumptionUC()8483 return mUidEnergyConsumerStats.getAccumulatedStandardBucketCharge(bucket); in getEnergyConsumptionUC()8500 return mUidEnergyConsumerStats.getAccumulatedStandardBucketCharge(bucket, processState); in getEnergyConsumptionUC()