Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java907 : 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()
1635 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()
1711 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processAtChld()
1796 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processAtCscs()
1806 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processAtCpbs()
1816 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processAtCpbr()
1876 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVendorSpecificAt()
1884 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVendorSpecificAt()
[all …]
H A DAtPhonebook.java164 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()
H A DHeadsetHalConstants.java56 static final int AT_RESPONSE_ERROR = 0; field in HeadsetHalConstants
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
H A DHeadsetServiceAndStateMachineTest.java583 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()