Searched defs:mBluetoothHeadset (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java467 private BluetoothHeadset mBluetoothHeadset; field in class:AudioService
3011 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
3014 status = mBluetoothHeadset.connectAudio();
3016 status = mBluetoothHeadset.startScoUsingVirtualVoiceCall(
3019 status = mBluetoothHeadset.startVoiceRecognition(
3044 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
3047 status = mBluetoothHeadset.disconnectAudio();
3049 status = mBluetoothHeadset.stopScoUsingVirtualVoiceCall(
3052 status = mBluetoothHeadset.stopVoiceRecognition(
3074 if (mBluetoothHeadset !
[all...]
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java82 private BluetoothHeadset mBluetoothHeadset; field in class:ScoAudioTest
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
[all...]

Completed in 65 milliseconds