Searched refs:getDisplayPowerBucket (Results 1 – 3 of 3) sorted by relevance
517 assertEquals(exp, EnergyConsumerStats.getDisplayPowerBucket(Display.STATE_ON)); in testStandardBucketMapping()518 assertEquals(exp, EnergyConsumerStats.getDisplayPowerBucket(Display.STATE_VR)); in testStandardBucketMapping()519 assertEquals(exp, EnergyConsumerStats.getDisplayPowerBucket(Display.STATE_ON_SUSPEND)); in testStandardBucketMapping()522 assertEquals(exp, EnergyConsumerStats.getDisplayPowerBucket(Display.STATE_DOZE)); in testStandardBucketMapping()523 assertEquals(exp, EnergyConsumerStats.getDisplayPowerBucket(Display.STATE_DOZE_SUSPEND)); in testStandardBucketMapping()
521 public static @StandardPowerBucket int getDisplayPowerBucket(int screenState) { in getDisplayPowerBucket() method in EnergyConsumerStats
13168 EnergyConsumerStats.getDisplayPowerBucket(oldScreenStates[i]); in updateDisplayEnergyConsumerStatsLocked()