Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/powermodel/src/com/android/powermodel/
H A DPowerProfile.java91 private final BluetoothProfile mBluetooth = new BluetoothProfile(); field in PowerProfile.Parser
147 mResult.mComponents.put(Component.BLUETOOTH, mBluetooth); in parse()
171 mBluetooth.idleMa = value; in onItem()
173 mBluetooth.rxMa = value; in onItem()
175 mBluetooth.txMa = value; in onItem()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java168 private BluetoothController mBluetooth; field in PhoneStatusBarPolicy
202 mBluetooth = bluetoothController; in PhoneStatusBarPolicy()
348 mBluetooth.addCallback(this); in init()
476 if (mBluetooth != null) { in updateBluetooth()
477 if (mBluetooth.isBluetoothConnected() in updateBluetooth()
478 && (mBluetooth.isBluetoothAudioActive() in updateBluetooth()
479 || !mBluetooth.isBluetoothAudioProfileOnly())) { in updateBluetooth()
482 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()