Searched refs:mBluetoothHeadsetDevice (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java83 private BluetoothDevice mBluetoothHeadsetDevice; field in class:ScoAudioTest
155 mBluetoothHeadsetDevice = null;
236 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
238 mBluetoothHeadset.startVoiceRecognition(mBluetoothHeadsetDevice);
240 mBluetoothHeadset.stopVoiceRecognition(mBluetoothHeadsetDevice);
648 mBluetoothHeadsetDevice = deviceList.get(0);
650 mBluetoothHeadsetDevice = null;
658 mBluetoothHeadsetDevice = null;
/frameworks/base/media/java/android/media/
H A DAudioService.java359 private BluetoothDevice mBluetoothHeadsetDevice; field in class:AudioService
2009 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
2011 mBluetoothHeadsetDevice)) {
2032 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
2034 mBluetoothHeadsetDevice)) {
2052 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null &&
2054 mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice)
2117 if (mBluetoothHeadsetDevice != null) {
2120 mBluetoothHeadsetDevice)) {
2187 mBluetoothHeadsetDevice
[all...]

Completed in 54 milliseconds