Searched refs:mBluetoothPowerStatsCollector (Results 1 – 1 of 1) sorted by relevance
300 private final BluetoothPowerStatsCollector mBluetoothPowerStatsCollector; field in BatteryStatsImpl11280 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);