Searched refs:AT_RESPONSE_ERROR (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 907 : HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processMessage() 922 : HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processMessage() 1601 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall() 1608 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall() 1616 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall() 1623 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall() 1635 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall() 1645 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVrEvent() 1651 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVrEvent() 1654 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVrEvent() [all …]
|
D | AtPhonebook.java | 164 int atCommandResult = HeadsetHalConstants.AT_RESPONSE_ERROR; in handleCscsCommand() 209 int atCommandResult = HeadsetHalConstants.AT_RESPONSE_ERROR; in handleCpbsCommand() 277 int atCommandResult = HeadsetHalConstants.AT_RESPONSE_ERROR; in handleCpbrCommand() 370 HeadsetHalConstants.AT_RESPONSE_ERROR, BluetoothCmeError.AG_FAILURE); in handleCpbrCommand() 497 int atCommandResult = HeadsetHalConstants.AT_RESPONSE_ERROR; in processCpbrCommand()
|
D | HeadsetHalConstants.java | 56 static final int AT_RESPONSE_ERROR = 0; field in HeadsetHalConstants
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceAndStateMachineTest.java | 583 HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testDialingOutCall_NormalDialingOut() 591 verify(mNativeInterface).atResponseCode(activeDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, in testDialingOutCall_NormalDialingOut() 754 HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_SingleHfInitiatedFailedToActivate() 786 HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_SingleHfInitiatedTimeout() 953 HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceSuccess() 1006 HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceReplyWrongHfSuccess() 1056 HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_MultiAgInitiatedSuccess()
|