Searched refs:getAccumulatedCustomBucketCharge (Results 1 – 2 of 2) sorted by relevance
85 assertEquals(0L, stats.getAccumulatedCustomBucketCharge(i)); in testConstruction()127 assertEquals(stats.getAccumulatedCustomBucketCharge(i), in testReadWriteParcel()128 newStats.getAccumulatedCustomBucketCharge(i)); in testReadWriteParcel()131 newStats.getAccumulatedCustomBucketCharge(customBucketNames.length + 1)); in testReadWriteParcel()220 assertEquals(stats.getAccumulatedCustomBucketCharge(i), in testCreateAndReadSummaryFromParcel()221 newStats.getAccumulatedCustomBucketCharge(i)); in testCreateAndReadSummaryFromParcel()224 newStats.getAccumulatedCustomBucketCharge(customBucketNames.length + 1)); in testCreateAndReadSummaryFromParcel()276 assertEquals(stats.getAccumulatedCustomBucketCharge(i), in testCreateAndReadSummaryFromParcel_configChange()277 newStats.getAccumulatedCustomBucketCharge(i)); in testCreateAndReadSummaryFromParcel_configChange()280 newStats.getAccumulatedCustomBucketCharge(customBucketNames.length + 1)); in testCreateAndReadSummaryFromParcel_configChange()[all …]
501 public long getAccumulatedCustomBucketCharge(int customBucket) { in getAccumulatedCustomBucketCharge() method in EnergyConsumerStats