Searched refs:mBluetoothManager (Results 1 - 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallAudioManager.java130 private final BluetoothManager mBluetoothManager; field in class:CallAudioManager
154 mBluetoothManager = new BluetoothManager(context, this);
213 if (isOnlyCall && mBluetoothManager.isBluetoothAvailable()) {
214 mBluetoothManager.connectBluetoothAudio();
416 return mBluetoothManager.isBluetoothAudioConnected();
420 return mBluetoothManager.isBluetoothAvailable();
489 if (mBluetoothManager.isBluetoothAvailable()) {
490 boolean isAlreadyOn = mBluetoothManager.isBluetoothAudioConnectedOrPending();
494 mBluetoothManager.connectBluetoothAudio();
496 mBluetoothManager
[all...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingDialog.java62 private LocalBluetoothManager mBluetoothManager; field in class:BluetoothPairingDialog
107 mBluetoothManager = Utils.getLocalBtManager(this);
108 if (mBluetoothManager == null) {
113 mCachedDeviceManager = mBluetoothManager.getCachedDeviceManager();
/packages/services/Telephony/src/com/android/phone/
H A DOtaUtils.java166 private final BluetoothManager mBluetoothManager; field in class:OtaUtils
217 mBluetoothManager = bluetoothManager;
563 if (state && mBluetoothManager.isBluetoothAvailable()
564 && mBluetoothManager.isBluetoothAudioConnected()) {
565 mBluetoothManager.disconnectBluetoothAudio();
H A DCallNotifier.java117 private final BluetoothManager mBluetoothManager; field in class:CallNotifier
149 mBluetoothManager = bluetoothManager;
464 mBluetoothManager.updateBluetoothIndication();

Completed in 732 milliseconds