Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DAtPhonebookTest.java114 .atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, -1); in handleCscsCommand()
124 HeadsetHalConstants.AT_RESPONSE_ERROR, in handleCscsCommand()
131 HeadsetHalConstants.AT_RESPONSE_ERROR, in handleCscsCommand()
151 HeadsetHalConstants.AT_RESPONSE_ERROR, in handleCpbsCommand()
158 HeadsetHalConstants.AT_RESPONSE_ERROR, in handleCpbsCommand()
169 HeadsetHalConstants.AT_RESPONSE_ERROR, in handleCpbsCommand()
186 .atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, -1); in handleCpbrCommand()
192 HeadsetHalConstants.AT_RESPONSE_ERROR, in handleCpbrCommand()
202 HeadsetHalConstants.AT_RESPONSE_ERROR, in handleCpbrCommand()
218 .isEqualTo(HeadsetHalConstants.AT_RESPONSE_ERROR); in processCpbrCommand()
DHeadsetStateMachineTest.java1562 .atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testProcessAtChld_withProcessChldFalse()
1611 HeadsetHalConstants.AT_RESPONSE_ERROR, in testProcessAtCpbr()
1625 HeadsetHalConstants.AT_RESPONSE_ERROR, in testProcessAtCpbs()
1695 HeadsetHalConstants.AT_RESPONSE_ERROR, in testProcessUnknownAt()
1704 HeadsetHalConstants.AT_RESPONSE_ERROR, in testProcessUnknownAt()
1712 HeadsetHalConstants.AT_RESPONSE_ERROR, in testProcessUnknownAt()
1718 .atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testProcessUnknownAt()
1728 .atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testProcessVendorSpecificAt_withNonExceptedNoEqualSignCommand()
1738 .atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testProcessVendorSpecificAt_withUnsupportedCommand()
1748 .atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testProcessVendorSpecificAt_withQuestionMarkArg()
[all …]
DHeadsetServiceAndStateMachineTest.java543 .atResponseCode(dialingOutDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testDialingOutCall_NormalDialingOut()
552 .atResponseCode(activeDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testDialingOutCall_NormalDialingOut()
763 verify(mNativeInterface).atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_SingleHfInitiatedFailedToActivate()
798 verify(mNativeInterface).atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_SingleHfInitiatedTimeout()
1005 verify(mNativeInterface).atResponseCode(deviceB, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceSuccess()
1069 verify(mNativeInterface).atResponseCode(deviceB, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceReplyWrongHfSuccess()
1126 verify(mNativeInterface).atResponseCode(deviceA, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_MultiAgInitiatedSuccess()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java1099 : HeadsetHalConstants.AT_RESPONSE_ERROR, in processMessage()
1119 : HeadsetHalConstants.AT_RESPONSE_ERROR, in processMessage()
1926 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()
1933 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()
1941 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()
1948 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()
1960 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()
1970 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVrEvent()
1976 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVrEvent()
1979 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVrEvent()
[all …]
DAtPhonebook.java163 int atCommandResult = HeadsetHalConstants.AT_RESPONSE_ERROR; in handleCscsCommand()
210 int atCommandResult = HeadsetHalConstants.AT_RESPONSE_ERROR; in handleCpbsCommand()
280 int atCommandResult = HeadsetHalConstants.AT_RESPONSE_ERROR; in handleCpbrCommand()
374 HeadsetHalConstants.AT_RESPONSE_ERROR, in handleCpbrCommand()
515 int atCommandResult = HeadsetHalConstants.AT_RESPONSE_ERROR; in processCpbrCommand()
DHeadsetHalConstants.java52 static final int AT_RESPONSE_ERROR = 0; field in HeadsetHalConstants