Searched refs:mBluetooth (Results 1 – 3 of 3) sorted by relevance
167 private IBluetooth mBluetooth; field in BluetoothManagerService297 if (mBluetooth == null) { in onFactoryReset()304 mBluetooth.onBrEdrDown(); in onFactoryReset()310 mBluetooth.disable(); in onFactoryReset()334 if (mBluetooth != null) { in onAirplaneModeChanged()335 st = mBluetooth.getState(); in onAirplaneModeChanged()356 if (mBluetooth != null) { in onAirplaneModeChanged()360 mBluetooth.onBrEdrDown(); in onAirplaneModeChanged()439 mBluetooth = null; in BluetoothManagerService()646 return mBluetooth; in registerAdapter()[all …]
91 private final BluetoothProfile mBluetooth = new BluetoothProfile(); field in PowerProfile.Parser147 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()
146 private BluetoothController mBluetooth; field in PhoneStatusBarPolicy172 mBluetooth = bluetoothController; in PhoneStatusBarPolicy()289 mBluetooth.addCallback(this); in init()409 if (mBluetooth != null) { in updateBluetooth()410 if (mBluetooth.isBluetoothConnected() in updateBluetooth()411 && (mBluetooth.isBluetoothAudioActive() in updateBluetooth()412 || !mBluetooth.isBluetoothAudioProfileOnly())) { in updateBluetooth()415 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()