Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java888 : HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processMessage()
901 : HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processMessage()
1562 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()
1569 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()
1577 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()
1584 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()
1596 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()
1605 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVrEvent()
1611 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVrEvent()
1614 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVrEvent()
[all …]
DAtPhonebook.java162 int atCommandResult = HeadsetHalConstants.AT_RESPONSE_ERROR; in handleCscsCommand()
207 int atCommandResult = HeadsetHalConstants.AT_RESPONSE_ERROR; in handleCpbsCommand()
275 int atCommandResult = HeadsetHalConstants.AT_RESPONSE_ERROR; in handleCpbrCommand()
368 HeadsetHalConstants.AT_RESPONSE_ERROR, BluetoothCmeError.AG_FAILURE); in handleCpbrCommand()
487 int atCommandResult = HeadsetHalConstants.AT_RESPONSE_ERROR; in processCpbrCommand()
DHeadsetHalConstants.java56 static final int AT_RESPONSE_ERROR = 0; field in HeadsetHalConstants
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java571 HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testDialingOutCall_NormalDialingOut()
579 verify(mNativeInterface).atResponseCode(activeDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, in testDialingOutCall_NormalDialingOut()
738 HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_SingleHfInitiatedFailedToActivate()
770 HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_SingleHfInitiatedTimeout()
937 HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceSuccess()
990 HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceReplyWrongHfSuccess()
1040 HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in testVoiceRecognition_MultiAgInitiatedSuccess()