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