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

  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothHeadsetProxy.java 33 private BluetoothHeadset mBluetoothHeadset;
36 mBluetoothHeadset = headset;
42 mBluetoothHeadset.clccResponse(index, direction, status, mode, mpty, number, type);
48 mBluetoothHeadset.phoneStateChanged(numActive, numHeld, callState, number, type);
52 return mBluetoothHeadset.getConnectedDevices();
56 return mBluetoothHeadset.getConnectionState(device);
60 return mBluetoothHeadset.getAudioState(device);
64 return mBluetoothHeadset.connectAudio();
68 return mBluetoothHeadset.setActiveDevice(device);
72 return mBluetoothHeadset.getActiveDevice()
    [all...]
BluetoothPhoneServiceImpl.java 417 mBluetoothHeadset = null;
445 private BluetoothHeadsetProxy mBluetoothHeadset;
490 mBluetoothHeadset = bluetoothHeadset;
662 if (mBluetoothHeadset != null) {
663 mBluetoothHeadset.clccResponse(
670 if (mBluetoothHeadset != null) {
671 mBluetoothHeadset.clccResponse(0 /* index */, 0, 0, 0, false, null, 0);
754 if (mBluetoothHeadset != null &&
    [all...]
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 82 private BluetoothHeadset mBluetoothHeadset;
171 if (mBluetoothHeadset != null) {
174 btAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset);
245 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
247 mBluetoothHeadset.startVoiceRecognition(mBluetoothHeadsetDevice);
249 mBluetoothHeadset.stopVoiceRecognition(mBluetoothHeadsetDevice);
659 mBluetoothHeadset = (BluetoothHeadset) proxy;
660 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
669 if (mBluetoothHeadset != null) {
670 List<BluetoothDevice> devices = mBluetoothHeadset.getConnectedDevices()
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 80 private BluetoothHeadset mBluetoothHeadset;
265 if (mBluetoothHeadset != null) {
266 mBluetoothHeadset.disconnectAudio();
415 if (mBluetoothHeadset != null) {
416 stream = mBluetoothHeadset.isAudioOn() ? AudioManager.STREAM_BLUETOOTH_SCO:
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 517 private BluetoothHeadset mBluetoothHeadset;
    [all...]

Completed in 259 milliseconds