Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBluetoothPowerStatsLayout.java23 public class BluetoothPowerStatsLayout extends PowerStatsLayout { class
40 BluetoothPowerStatsLayout() { in BluetoothPowerStatsLayout() method in BluetoothPowerStatsLayout
43 BluetoothPowerStatsLayout(@NonNull PowerStats.Descriptor descriptor) { in BluetoothPowerStatsLayout() method in BluetoothPowerStatsLayout
DBluetoothPowerStatsProcessor.java33 private BluetoothPowerStatsLayout mStatsLayout;
145 mStatsLayout = new BluetoothPowerStatsLayout(descriptor); in unpackPowerStatsDescriptor()
DBluetoothPowerStatsCollector.java70 private BluetoothPowerStatsLayout mLayout;
133 mLayout = new BluetoothPowerStatsLayout(); in ensureInitialized()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBluetoothPowerStatsProcessorTest.java205 BluetoothPowerStatsLayout statsLayout = in powerProfileModel_mostlyDataTransfer()
206 new BluetoothPowerStatsLayout(aggregatedStats.getPowerStatsDescriptor()); in powerProfileModel_mostlyDataTransfer()
306 BluetoothPowerStatsLayout statsLayout = in powerProfileModel_mostlyScan()
307 new BluetoothPowerStatsLayout(aggregatedStats.getPowerStatsDescriptor()); in powerProfileModel_mostlyScan()
413 BluetoothPowerStatsLayout statsLayout = in consumedEnergyModel()
414 new BluetoothPowerStatsLayout(aggregatedStats.getPowerStatsDescriptor()); in consumedEnergyModel()
DBluetoothPowerStatsCollectorTest.java193 BluetoothPowerStatsLayout layout = new BluetoothPowerStatsLayout(powerStats.descriptor); in collectStats()