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.java53 mPowerRadioOn = profile.getAveragePower(PowerProfile.POWER_RADIO_ACTIVE); in MobileRadioPowerCalculator()
DPowerProfile.java148 public static final String POWER_RADIO_ACTIVE = "radio.active"; field in PowerProfile
DBatteryStatsHelper.java609 double phoneOnPower = mPowerProfile.getAveragePower(PowerProfile.POWER_RADIO_ACTIVE) in addPhoneUsage()