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;
448 private BluetoothDevice mBluetoothHeadsetDevice; field in AudioService2884 if (mBluetoothHeadsetDevice != null) { in requestScoState()2888 … mBluetoothHeadsetDevice.getAddress(), in requestScoState()2897 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) { in requestScoState()2903 … mBluetoothHeadsetDevice); in requestScoState()2906 mBluetoothHeadsetDevice); in requestScoState()2930 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) { in requestScoState()2936 mBluetoothHeadsetDevice); in requestScoState()2939 mBluetoothHeadsetDevice); in requestScoState()2960 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null && in checkScoAudioState()[all …]