HomeSort by relevance Sort by last modified time
    Searched refs:mBluetoothManager (Results 1 - 14 of 14) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioManager.java 37 private final BluetoothManager mBluetoothManager;
51 mBluetoothManager = new BluetoothManager(context, this);
101 if (isOnlyCall && mBluetoothManager.isBluetoothAvailable()) {
102 mBluetoothManager.connectBluetoothAudio();
245 return mBluetoothManager.isBluetoothAudioConnected();
249 return mBluetoothManager.isBluetoothAvailable();
319 if (mBluetoothManager.isBluetoothAvailable()) {
320 boolean isAlreadyOn = mBluetoothManager.isBluetoothAudioConnectedOrPending();
324 mBluetoothManager.connectBluetoothAudio();
326 mBluetoothManager.disconnectBluetoothAudio()
    [all...]
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 45 private BluetoothManager mBluetoothManager;
185 if (mBluetoothManager == null) {
186 mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
187 if (mBluetoothManager == null) {
193 mBluetoothAdapter = mBluetoothManager.getAdapter();
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 45 private BluetoothManager mBluetoothManager;
185 if (mBluetoothManager == null) {
186 mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
187 if (mBluetoothManager == null) {
193 mBluetoothAdapter = mBluetoothManager.getAdapter();
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 45 private BluetoothManager mBluetoothManager;
185 if (mBluetoothManager == null) {
186 mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
187 if (mBluetoothManager == null) {
193 mBluetoothAdapter = mBluetoothManager.getAdapter();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java 95 private BluetoothManager mBluetoothManager;
113 mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
114 mBluetoothAdapter = mBluetoothManager.getAdapter();
116 mGattServer = mBluetoothManager.openGattServer(getApplicationContext(),
BleScannerService.java 80 private BluetoothManager mBluetoothManager;
95 mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
96 mAdapter = mBluetoothManager.getAdapter();
BleClientService.java 100 private BluetoothManager mBluetoothManager;
110 mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
111 mBluetoothAdapter = mBluetoothManager.getAdapter();
BleServerService.java 80 private BluetoothManager mBluetoothManager;
92 mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
93 mGattServer = mBluetoothManager.openGattServer(this, mCallbacks);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 59 private LocalBluetoothManager mBluetoothManager;
104 mBluetoothManager = LocalBluetoothManager.getInstance(this);
105 if (mBluetoothManager == null) {
110 mCachedDeviceManager = mBluetoothManager.getCachedDeviceManager();
325 mBluetoothManager.getBluetoothAdapter(),
326 mBluetoothManager.getProfileManager(),
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 60 private final IBluetoothManager mBluetoothManager;
73 mBluetoothManager = bluetoothManager;
131 gatt = mBluetoothManager.getBluetoothGatt();
BluetoothLeScanner.java 55 private final IBluetoothManager mBluetoothManager;
67 mBluetoothManager = bluetoothManager;
117 gatt = mBluetoothManager.getBluetoothGatt();
  /packages/services/Telephony/src/com/android/phone/
Ringer.java 66 private final BluetoothManager mBluetoothManager;
96 mBluetoothManager = bluetoothManager;
163 if (mBluetoothManager.showBluetoothIndication()) {
OtaUtils.java 166 private final BluetoothManager mBluetoothManager;
217 mBluetoothManager = bluetoothManager;
563 if (state && mBluetoothManager.isBluetoothAvailable()
564 && mBluetoothManager.isBluetoothAudioConnected()) {
565 mBluetoothManager.disconnectBluetoothAudio();
    [all...]
CallNotifier.java 113 private final BluetoothManager mBluetoothManager;
139 mBluetoothManager = bluetoothManager;
454 mBluetoothManager.updateBluetoothIndication();
    [all...]

Completed in 845 milliseconds