Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DMobileRadioPowerCalculator.java54 profile.getAveragePowerOrDefault(PowerProfile.POWER_RADIO_ACTIVE, -1); in MobileRadioPowerCalculator()
DPowerProfile.java173 public static final String POWER_RADIO_ACTIVE = "radio.active"; field in PowerProfile
641 writePowerConstantToProto(proto, POWER_RADIO_ACTIVE, PowerProfileProto.RADIO_ACTIVE); in writeToProto()
DBatteryStatsHelper.java640 double phoneOnPower = mPowerProfile.getAveragePower(PowerProfile.POWER_RADIO_ACTIVE) in addPhoneUsage()