Searched refs:atResponseCode (Results 1 – 4 of 4) sorted by relevance
182 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleCscsCommand()203 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleCscsCommand()272 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleCpbsCommand()295 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()311 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, atCommandErrorCode); in handleCpbrCommand()322 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()330 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()350 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()363 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()369 mNativeInterface.atResponseCode(remoteDevice, in handleCpbrCommand()[all …]
905 mNativeInterface.atResponseCode(mDevice, in processMessage()920 mNativeInterface.atResponseCode(mDevice, 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()1649 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in processVrEvent()1651 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVrEvent()[all …]
240 public boolean atResponseCode(BluetoothDevice device, int responseCode, int errorCode) { in atResponseCode() method in HeadsetNativeInterface
209 .atResponseCode(any(BluetoothDevice.class), anyInt(), anyInt()); in setUp()582 verify(mNativeInterface).atResponseCode(dialingOutDevice, in testDialingOutCall_NormalDialingOut()591 verify(mNativeInterface).atResponseCode(activeDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, in testDialingOutCall_NormalDialingOut()606 verify(mNativeInterface).atResponseCode(dialingOutDevice, in testDialingOutCall_NormalDialingOut()721 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(2)).atResponseCode(device, in testVoiceRecognition_SingleHfStopSuccess()753 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(device, in testVoiceRecognition_SingleHfInitiatedFailedToActivate()785 verify(mNativeInterface, timeout(START_VR_TIMEOUT_WAIT_MILLIS)).atResponseCode(device, in testVoiceRecognition_SingleHfInitiatedTimeout()952 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(deviceB, in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceSuccess()956 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(deviceA, in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceSuccess()1005 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(deviceB, in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceReplyWrongHfSuccess()[all …]