Home
last modified time | relevance | path

Searched refs:POWER_RADIO_ON (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DMobileRadioPowerCalculator.java66 temp = profile.getAveragePowerOrDefault(PowerProfile.POWER_RADIO_ON, -1); in MobileRadioPowerCalculator()
69 mPowerBins[i] = profile.getAveragePower(PowerProfile.POWER_RADIO_ON, i); in MobileRadioPowerCalculator()
DPowerProfile.java161 public static final String POWER_RADIO_ON = "radio.on"; field in PowerProfile
635 writePowerConstantToProto(proto, POWER_RADIO_ON, PowerProfileProto.RADIO_ON); in writeToProto()