Home
last modified time | relevance | path

Searched refs:POWER_BUCKET_BLUETOOTH (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/power/
DEnergyConsumerStats.java59 public static final int POWER_BUCKET_BLUETOOTH = 5; field in EnergyConsumerStats
73 POWER_BUCKET_BLUETOOTH,
/frameworks/base/core/tests/coretests/src/com/android/internal/power/
DEnergyConsumerStatsTest.java22 import static com.android.internal.power.EnergyConsumerStats.POWER_BUCKET_BLUETOOTH;
577 new int[] {POWER_BUCKET_CPU, POWER_BUCKET_BLUETOOTH}, in testConfig_isCompatible()
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryExternalStatsWorker.java919 buckets[EnergyConsumerStats.POWER_BUCKET_BLUETOOTH] = true;
DBatteryStatsImpl.java360 EnergyConsumerStats.POWER_BUCKET_BLUETOOTH,
7849 return getPowerBucketConsumptionUC(EnergyConsumerStats.POWER_BUCKET_BLUETOOTH); in getBluetoothEnergyConsumptionUC()
8866 return getEnergyConsumptionUC(EnergyConsumerStats.POWER_BUCKET_BLUETOOTH); in getBluetoothEnergyConsumptionUC()
8873 return getEnergyConsumptionUC(EnergyConsumerStats.POWER_BUCKET_BLUETOOTH, in getBluetoothEnergyConsumptionUC()
13456 EnergyConsumerStats.POWER_BUCKET_BLUETOOTH, consumedChargeUC); in updateBluetoothStateLocked()
13461 distributeEnergyToUidsLocked(EnergyConsumerStats.POWER_BUCKET_BLUETOOTH, in updateBluetoothStateLocked()
15804 if (supportedStandardBuckets[EnergyConsumerStats.POWER_BUCKET_BLUETOOTH]) {