Searched refs:POWER_CPU_ACTIVE (Results 1 – 5 of 5) sorted by relevance
64 .setAveragePower(PowerProfile.POWER_CPU_ACTIVE, 720)
67 .setAveragePower(PowerProfile.POWER_CPU_ACTIVE, 720)
66 profile.getAveragePower(PowerProfile.POWER_CPU_ACTIVE)); in CpuPowerCalculator()
79 public static final String POWER_CPU_ACTIVE = "cpu.active"; field in PowerProfile916 writePowerConstantToProto(proto, POWER_CPU_ACTIVE, PowerProfileProto.CPU_ACTIVE); in dumpDebug()
79 assertEquals(2.55, mProfile.getAveragePower(PowerProfile.POWER_CPU_ACTIVE)); in testPowerProfile()