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.java108 public void isVoiceRecognitionSupported() { in isVoiceRecognitionSupported() method in BluetoothHeadsetBinderTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothHeadset.aidl89 …void isVoiceRecognitionSupported(in BluetoothDevice device, in AttributionSource attributionSource… in isVoiceRecognitionSupported() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java689 public boolean isVoiceRecognitionSupported(@NonNull BluetoothDevice device) { in isVoiceRecognitionSupported() method in BluetoothHeadset
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java621 public void isVoiceRecognitionSupported(BluetoothDevice device, in isVoiceRecognitionSupported() method in HeadsetService.BluetoothHeadsetBinder
1108 boolean isVoiceRecognitionSupported(BluetoothDevice device) { in isVoiceRecognitionSupported() method in HeadsetService
DHeadsetNativeInterface.java333 public boolean isVoiceRecognitionSupported(BluetoothDevice device) { in isVoiceRecognitionSupported() method in HeadsetNativeInterface
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc973 bt_status_t HeadsetInterface::isVoiceRecognitionSupported(RawAddress* bd_addr) { in isVoiceRecognitionSupported() function in bluetooth::headset::HeadsetInterface