Searched defs:mBluetoothHeadsetDevice (Results 1 - 2 of 2) sorted by path

/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java83 private BluetoothDevice mBluetoothHeadsetDevice; field in class:ScoAudioTest
155 mBluetoothHeadsetDevice = null;
245 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
247 mBluetoothHeadset.startVoiceRecognition(mBluetoothHeadsetDevice);
249 mBluetoothHeadset.stopVoiceRecognition(mBluetoothHeadsetDevice);
662 mBluetoothHeadsetDevice = deviceList.get(0);
664 mBluetoothHeadsetDevice = null;
672 mBluetoothHeadsetDevice = null;
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java470 private BluetoothDevice mBluetoothHeadsetDevice; field in class:AudioService
2998 if (mBluetoothHeadsetDevice != null) {
3002 mBluetoothHeadsetDevice.getAddress(),
3011 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
3017 mBluetoothHeadsetDevice);
3020 mBluetoothHeadsetDevice);
3044 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
3050 mBluetoothHeadsetDevice);
3053 mBluetoothHeadsetDevice);
3074 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice !
[all...]

Completed in 85 milliseconds