Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarInputService.java642 private boolean isBluetoothVoiceRecognitionEnabled() { in isBluetoothVoiceRecognitionEnabled() method in CarInputService
649 if (mBluetoothHeadsetClient == null || !isBluetoothVoiceRecognitionEnabled()) { in launchBluetoothVoiceRecognition()