Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java95 public static final String POWER_BLUETOOTH_CONTROLLER_IDLE = "bluetooth.controller.idle"; field in PowerProfile
326 POWER_BLUETOOTH_CONTROLLER_IDLE, in readPowerValuesFromXml()
571 writePowerConstantToProto(proto, POWER_BLUETOOTH_CONTROLLER_IDLE, in dumpDebug()
DBluetoothPowerCalculator.java31 mIdleMa = profile.getAveragePower(PowerProfile.POWER_BLUETOOTH_CONTROLLER_IDLE); in BluetoothPowerCalculator()
DBatteryStatsHelper.java168 profile.getAveragePower(PowerProfile.POWER_BLUETOOTH_CONTROLLER_IDLE) != 0 && in checkHasBluetoothPowerReporting()