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

/frameworks/base/media/java/android/media/
H A DAudioService.java425 private BluetoothDevice mBluetoothHeadsetDevice; field in class:AudioService
2690 if (mBluetoothHeadsetDevice != null) {
2694 mBluetoothHeadsetDevice.getAddress(),
2703 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
2709 mBluetoothHeadsetDevice);
2712 mBluetoothHeadsetDevice);
2736 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
2742 mBluetoothHeadsetDevice);
2745 mBluetoothHeadsetDevice);
2766 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice !
[all...]
/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;

Completed in 70 milliseconds