Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/power/
DPowerComponentUtil.java81 private static final String POWER_COMPONENT_BLUETOOTH = "BLUETOOTH"; field in PowerComponentUtil
157 case POWER_COMPONENT_BLUETOOTH: in toPowerComponent()
207 return POWER_COMPONENT_BLUETOOTH; in powerComponentToString()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DBatteryEntryTest.java220 BatteryConsumer.POWER_COMPONENT_BLUETOOTH, in getTimeInForegroundMs_aggregateBatteryConsumer()
271 BatteryConsumer.POWER_COMPONENT_BLUETOOTH, in getTimeInBackgroundMs_systemConsumer()
290 createAggregateBatteryEntry(BatteryConsumer.POWER_COMPONENT_BLUETOOTH); in getKey_AggregateBatteryConsumer_returnComponentId()
366 BatteryConsumer.POWER_COMPONENT_BLUETOOTH, in getNameAndIconFromPowerComponent_rerturnExpectedNameAndIcon()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryEntry.java598 case BatteryConsumer.POWER_COMPONENT_BLUETOOTH: // id: 2 in getNameAndIconFromPowerComponent()