Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java300 private final BluetoothPowerStatsCollector mBluetoothPowerStatsCollector; field in BatteryStatsImpl
11280 mBluetoothPowerStatsCollector = new BluetoothPowerStatsCollector( in BatteryStatsImpl()
11282 mBluetoothPowerStatsCollector.addConsumer(this::recordPowerStats); in BatteryStatsImpl()
13228 if (mBluetoothPowerStatsCollector.isEnabled()) { in updateBluetoothStateLocked()
14702 mBluetoothPowerStatsCollector.setEnabled(
14704 mBluetoothPowerStatsCollector.schedule();
14723 return mBluetoothPowerStatsCollector;
16260 mBluetoothPowerStatsCollector.forceSchedule();
16280 mBluetoothPowerStatsCollector.collectAndDump(pw);