Searched refs:mBluetoothHeadsetDevice (Results 1 – 2 of 2) sorted by relevance
83 private BluetoothDevice mBluetoothHeadsetDevice; field in ScoAudioTest155 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;
441 private BluetoothDevice mBluetoothHeadsetDevice; field in AudioService2730 if (mBluetoothHeadsetDevice != null) { in requestScoState()2734 … mBluetoothHeadsetDevice.getAddress(), in requestScoState()2743 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) { in requestScoState()2749 … mBluetoothHeadsetDevice); 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 …]