Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/power/
H A DEnergyConsumerStats.java58 public static final int POWER_BUCKET_BLUETOOTH = 5; field in EnergyConsumerStats
72 POWER_BUCKET_BLUETOOTH,
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/power/
H A DEnergyConsumerStatsTest.java22 import static com.android.internal.power.EnergyConsumerStats.POWER_BUCKET_BLUETOOTH;
573 new int[] {POWER_BUCKET_CPU, POWER_BUCKET_BLUETOOTH}, in testConfig_isCompatible()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryExternalStatsWorker.java907 buckets[EnergyConsumerStats.POWER_BUCKET_BLUETOOTH] = true;
H A DBatteryStatsImpl.java287 EnergyConsumerStats.POWER_BUCKET_BLUETOOTH,
7518 return getPowerBucketConsumptionUC(EnergyConsumerStats.POWER_BUCKET_BLUETOOTH); in getBluetoothEnergyConsumptionUC()
8519 return getEnergyConsumptionUC(EnergyConsumerStats.POWER_BUCKET_BLUETOOTH); in getBluetoothEnergyConsumptionUC()
8526 return getEnergyConsumptionUC(EnergyConsumerStats.POWER_BUCKET_BLUETOOTH, in getBluetoothEnergyConsumptionUC()
12937 EnergyConsumerStats.POWER_BUCKET_BLUETOOTH, consumedChargeUC); in updateBluetoothStateLocked()
12942 distributeEnergyToUidsLocked(EnergyConsumerStats.POWER_BUCKET_BLUETOOTH, in updateBluetoothStateLocked()
15223 if (supportedStandardBuckets[EnergyConsumerStats.POWER_BUCKET_BLUETOOTH]) {