Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarInputService.java533 private boolean isBluetoothVoiceRecognitionEnabled() { in isBluetoothVoiceRecognitionEnabled() method in CarInputService
540 if (mBluetoothHeadsetClient == null || !isBluetoothVoiceRecognitionEnabled()) { in launchBluetoothVoiceRecognition()