Searched refs:atResponseCode (Results 1 – 4 of 4) sorted by relevance
180 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleCscsCommand()201 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleCscsCommand()270 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleCpbsCommand()293 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()309 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, atCommandErrorCode); in handleCpbrCommand()320 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()328 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()348 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()361 mNativeInterface.atResponseCode(remoteDevice, atCommandResult, in handleCpbrCommand()367 mNativeInterface.atResponseCode(remoteDevice, in handleCpbrCommand()[all …]
886 mNativeInterface.atResponseCode(mDevice, in processMessage()899 mNativeInterface.atResponseCode(mDevice, 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()1609 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in processVrEvent()1611 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()570 verify(mNativeInterface).atResponseCode(dialingOutDevice, in testDialingOutCall_NormalDialingOut()579 verify(mNativeInterface).atResponseCode(activeDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, in testDialingOutCall_NormalDialingOut()593 verify(mNativeInterface).atResponseCode(dialingOutDevice, in testDialingOutCall_NormalDialingOut()705 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(2)).atResponseCode(device, in testVoiceRecognition_SingleHfStopSuccess()737 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(device, in testVoiceRecognition_SingleHfInitiatedFailedToActivate()769 verify(mNativeInterface, timeout(START_VR_TIMEOUT_WAIT_MILLIS)).atResponseCode(device, in testVoiceRecognition_SingleHfInitiatedTimeout()936 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(deviceB, in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceSuccess()940 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(deviceA, in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceSuccess()989 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(deviceB, in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceReplyWrongHfSuccess()[all …]