Searched refs:BluetoothPowerStatsLayout (Results 1 – 5 of 5) sorted by relevance
23 public class BluetoothPowerStatsLayout extends PowerStatsLayout { class40 BluetoothPowerStatsLayout() { in BluetoothPowerStatsLayout() method in BluetoothPowerStatsLayout43 BluetoothPowerStatsLayout(@NonNull PowerStats.Descriptor descriptor) { in BluetoothPowerStatsLayout() method in BluetoothPowerStatsLayout
33 private BluetoothPowerStatsLayout mStatsLayout;145 mStatsLayout = new BluetoothPowerStatsLayout(descriptor); in unpackPowerStatsDescriptor()
70 private BluetoothPowerStatsLayout mLayout;133 mLayout = new BluetoothPowerStatsLayout(); in ensureInitialized()
205 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()
193 BluetoothPowerStatsLayout layout = new BluetoothPowerStatsLayout(powerStats.descriptor); in collectStats()