Home
last modified time | relevance | path

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

/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java83 private BluetoothDevice mBluetoothHeadsetDevice; field in ScoAudioTest
155 mBluetoothHeadsetDevice = null; in onCreate()
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/media/java/android/media/
DAudioService.java408 private BluetoothDevice mBluetoothHeadsetDevice; field in AudioService
2551 mBluetoothHeadsetDevice.getAddress(), in requestScoState()
2557 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) { in requestScoState()
2563mBluetoothHeadsetDevice); in requestScoState()
2566 mBluetoothHeadsetDevice); in requestScoState()
2590 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) { in requestScoState()
2596 mBluetoothHeadsetDevice); in requestScoState()
2599 mBluetoothHeadsetDevice); in requestScoState()
2620 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null && in checkScoAudioState()
2622 mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in checkScoAudioState()
[all …]