Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java181 private IBluetooth mBluetooth; field in BluetoothManagerService
324 if (mBluetooth == null) { in onFactoryReset()
478 mBluetooth = null; in BluetoothManagerService()
696 return mBluetooth; in registerAdapter()
741 if (mBluetooth != null) { in getState()
891 if (mBluetooth != null && (mBluetooth.getState() != BluetoothAdapter.STATE_ON)) { in disableBleScanMode()
1052 if (mBluetooth == null) { in continueFromBleOnState()
1087 if (mBluetooth == null) { in sendBrEdrDownCallback()
1301 if (mBluetooth != null) { in unbindAndFinish()
1310 mBluetooth = null; in unbindAndFinish()
[all …]
/aosp12/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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java159 private BluetoothController mBluetooth; field in PhoneStatusBarPolicy
187 mBluetooth = bluetoothController; in PhoneStatusBarPolicy()
330 mBluetooth.addCallback(this); in init()
449 if (mBluetooth != null) { in updateBluetooth()
450 if (mBluetooth.isBluetoothConnected() in updateBluetooth()
451 && (mBluetooth.isBluetoothAudioActive() in updateBluetooth()
452 || !mBluetooth.isBluetoothAudioProfileOnly())) { in updateBluetooth()
455 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()