Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DPhonePowerCalculator.java34 powerProfile.getAveragePower(PowerProfile.POWER_RADIO_ACTIVE)); in PhonePowerCalculator()
H A DMobileRadioPowerCalculator.java89 profile.getAveragePowerOrDefault(PowerProfile.POWER_RADIO_ACTIVE, Double.NaN); in MobileRadioPowerCalculator()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java193 public static final String POWER_RADIO_ACTIVE = "radio.active"; field in PowerProfile
1037 writePowerConstantToProto(proto, POWER_RADIO_ACTIVE, PowerProfileProto.RADIO_ACTIVE); in dumpDebug()