Home
last modified time | relevance | path

Searched defs:isVoiceRecognitionSupported (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DBluetoothHeadsetBinderTest.java103 public void isVoiceRecognitionSupported() { in isVoiceRecognitionSupported() method in BluetoothHeadsetBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHeadset.aidl87 …boolean isVoiceRecognitionSupported(in BluetoothDevice device, in AttributionSource attributionSou… in isVoiceRecognitionSupported() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java669 public boolean isVoiceRecognitionSupported(@NonNull BluetoothDevice device) { in isVoiceRecognitionSupported() method in BluetoothHeadset
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java610 public boolean isVoiceRecognitionSupported( in isVoiceRecognitionSupported() method in HeadsetService.BluetoothHeadsetBinder
1061 boolean isVoiceRecognitionSupported(BluetoothDevice device) { in isVoiceRecognitionSupported() method in HeadsetService
DHeadsetNativeInterface.java365 public boolean isVoiceRecognitionSupported(BluetoothDevice device) { in isVoiceRecognitionSupported() method in HeadsetNativeInterface
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc986 bt_status_t HeadsetInterface::isVoiceRecognitionSupported(RawAddress* bd_addr) { in isVoiceRecognitionSupported() function in bluetooth::headset::HeadsetInterface