Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DAtPhonebook.java182 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 …]
H A DHeadsetStateMachine.java905 mNativeInterface.atResponseCode(mDevice, in processMessage()
920 mNativeInterface.atResponseCode(mDevice, in processMessage()
1709 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_OK, 0); in processAtChld()
1711 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processAtChld()
1726 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_OK, 0); in processSubscriberNumberRequest()
1796 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processAtCscs()
1806 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processAtCpbs()
1816 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processAtCpbr()
1876 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_ERROR, 0); in processVendorSpecificAt()
1901 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_OK, 0); in processVendorSpecificAt()
[all …]
H A DHeadsetNativeInterface.java240 public boolean atResponseCode(BluetoothDevice device, int responseCode, int errorCode) { in atResponseCode() method in HeadsetNativeInterface
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
H A DHeadsetServiceAndStateMachineTest.java209 .atResponseCode(any(BluetoothDevice.class), anyInt(), anyInt()); in setUp()
582 verify(mNativeInterface).atResponseCode(dialingOutDevice, in testDialingOutCall_NormalDialingOut()
606 verify(mNativeInterface).atResponseCode(dialingOutDevice, in testDialingOutCall_NormalDialingOut()
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()
1010 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(deviceA, in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceReplyWrongHfSuccess()
1055 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).atResponseCode(deviceA, in testVoiceRecognition_MultiAgInitiatedSuccess()
[all …]