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/services/core/java/com/android/server/audio/
DAudioService.java441 private BluetoothDevice mBluetoothHeadsetDevice; field in AudioService
2730 if (mBluetoothHeadsetDevice != null) { in requestScoState()
2734mBluetoothHeadsetDevice.getAddress(), in requestScoState()
2743 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) { in requestScoState()
2749mBluetoothHeadsetDevice); in requestScoState()
2752 mBluetoothHeadsetDevice); in requestScoState()
2776 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) { in requestScoState()
2782 mBluetoothHeadsetDevice); in requestScoState()
2785 mBluetoothHeadsetDevice); in requestScoState()
2806 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null && in checkScoAudioState()
[all …]