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.java143 public void isVoiceRecognitionSupported() { in isVoiceRecognitionSupported() method in BluetoothHeadsetBinderTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothHeadset.aidl103 …oneway void isVoiceRecognitionSupported(in BluetoothDevice device, in AttributionSource attributio… in isVoiceRecognitionSupported() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java688 public boolean isVoiceRecognitionSupported(@NonNull BluetoothDevice device) { in isVoiceRecognitionSupported() method in BluetoothHeadset
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java670 public void isVoiceRecognitionSupported(BluetoothDevice device, in isVoiceRecognitionSupported() method in HeadsetService.BluetoothHeadsetBinder
1157 boolean isVoiceRecognitionSupported(BluetoothDevice device) { in isVoiceRecognitionSupported() method in HeadsetService
DHeadsetNativeInterface.java327 public boolean isVoiceRecognitionSupported(BluetoothDevice device) { in isVoiceRecognitionSupported() method in HeadsetNativeInterface
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc879 bt_status_t HeadsetInterface::isVoiceRecognitionSupported(RawAddress* bd_addr) { in isVoiceRecognitionSupported() function in bluetooth::headset::HeadsetInterface