Searched refs:atResponseCode (Results 1 – 4 of 4) sorted by relevance
175 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleCscsCommand()196 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleCscsCommand()265 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleCpbsCommand()288 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()304 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, atCommandErrorCode); in handleCpbrCommand()315 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()323 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()343 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()356 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()362 mNativeInterface.atResponseCode(remoteDevice, in handleCpbrCommand()[all …]
882 mNativeInterface.atResponseCode(mDevice, in processMessage()895 mNativeInterface.atResponseCode(mDevice, in processMessage()1534 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()1541 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()1549 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()1556 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()1568 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processDialCall()1577 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVrEvent()1581 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in processVrEvent()1583 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()573 verify(mNativeInterface).atResponseCode(dialingOutDevice, in testDialingOutCall_NormalDialingOut()582 verify(mNativeInterface).atResponseCode(activeDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, in testDialingOutCall_NormalDialingOut()596 verify(mNativeInterface).atResponseCode(dialingOutDevice, in testDialingOutCall_NormalDialingOut()708 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(2)).atResponseCode(device, in testVoiceRecognition_SingleHfStopSuccess()740 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(device, in testVoiceRecognition_SingleHfInitiatedFailedToActivate()772 verify(mNativeInterface, timeout(START_VR_TIMEOUT_WAIT_MILLIS)).atResponseCode(device, in testVoiceRecognition_SingleHfInitiatedTimeout()939 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(deviceB, in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceSuccess()943 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(deviceA, in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceSuccess()992 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(deviceB, in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceReplyWrongHfSuccess()[all …]