Home
last modified time | relevance | path

Searched refs:POWER_CPU_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DPowerProfileTest.java48 assertEquals(2.55, mProfile.getAveragePower(PowerProfile.POWER_CPU_ACTIVE)); in testPowerProfile()
/frameworks/base/core/java/com/android/internal/os/
DCpuPowerCalculator.java54 PowerProfile.POWER_CPU_ACTIVE); in calculateApp()
DPowerProfile.java65 public static final String POWER_CPU_ACTIVE = "cpu.active"; field in PowerProfile
517 writePowerConstantToProto(proto, POWER_CPU_ACTIVE, PowerProfileProto.CPU_ACTIVE); in writeToProto()