Searched refs:AT_RESPONSE_OK (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | AtPhonebook.java | 170 atCommandResult = HeadsetHalConstants.AT_RESPONSE_OK; in handleCscsCommand() 175 atCommandResult = HeadsetHalConstants.AT_RESPONSE_OK; in handleCscsCommand() 191 atCommandResult = HeadsetHalConstants.AT_RESPONSE_OK; in handleCscsCommand() 219 atCommandResult = HeadsetHalConstants.AT_RESPONSE_OK; in handleCpbsCommand() 237 atCommandResult = HeadsetHalConstants.AT_RESPONSE_OK; in handleCpbsCommand() 242 atCommandResult = HeadsetHalConstants.AT_RESPONSE_OK; in handleCpbsCommand() 265 atCommandResult = HeadsetHalConstants.AT_RESPONSE_OK; in handleCpbsCommand() 312 atCommandResult = HeadsetHalConstants.AT_RESPONSE_OK; in handleCpbrCommand() 521 atCommandResult = HeadsetHalConstants.AT_RESPONSE_OK; in processCpbrCommand() 540 atCommandResult = HeadsetHalConstants.AT_RESPONSE_OK; in processCpbrCommand() [all …]
|
D | HeadsetHalConstants.java | 53 static final int AT_RESPONSE_OK = 1; field in HeadsetHalConstants
|
D | HeadsetStateMachine.java | 1098 ? HeadsetHalConstants.AT_RESPONSE_OK in processMessage() 1118 ? HeadsetHalConstants.AT_RESPONSE_OK in processMessage() 1974 mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in processVrEvent() 2086 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_OK, 0); in processAtChld() 2105 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_OK, 0); in processSubscriberNumberRequest() 2309 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_OK, 0); in processVendorSpecificAt() 2342 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_OK, 0); in processVendorSpecificAt() 2359 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_OK, 0); in checkAndProcessAndroidAt() 2384 mNativeInterface.atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_OK, 0); in checkAndProcessAndroidAt()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | AtPhonebookTest.java | 118 .atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_OK, -1); in handleCscsCommand() 163 .atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_OK, -1); in handleCpbsCommand() 182 .atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_OK, -1); in handleCpbrCommand() 210 .isEqualTo(HeadsetHalConstants.AT_RESPONSE_OK); in processCpbrCommand() 214 .isEqualTo(HeadsetHalConstants.AT_RESPONSE_OK); in processCpbrCommand()
|
D | HeadsetStateMachineTest.java | 1551 verify(mNativeInterface).atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in testProcessAtChld_withProcessChldTrue() 1637 .atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_OK, -1); in testProcessAtCscs() 1667 verify(mNativeInterface).atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in testProcessSubscriberNumberRequest_withSubscriberNumberNull() 1685 verify(mNativeInterface).atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in testProcessSubscriberNumberRequest_withSubscriberNumberNotNull() 1758 verify(mNativeInterface).atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in testProcessVendorSpecificAt_withValidCommandAndArg() 1768 verify(mNativeInterface).atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in testProcessVendorSpecificAt_withExceptedNoEqualSignCommandCGMI() 1778 verify(mNativeInterface).atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in testProcessVendorSpecificAt_withExceptedNoEqualSignCommandCGMM() 1791 verify(mNativeInterface).atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in testProcessVendorSpecificAt_withExceptedNoEqualSignCommandCGMR() 1801 verify(mNativeInterface).atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in testProcessVendorSpecificAt_withExceptedNoEqualSignCommandCGSN() 1841 .atResponseCode(mTestDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in testCheckAndProcessAndroidAt() [all …]
|
D | HeadsetServiceAndStateMachineTest.java | 579 .atResponseCode(dialingOutDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0); in testDialingOutCall_NormalDialingOut() 722 .atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_OK, 0); in testVoiceRecognition_SingleHfStopSuccess() 1009 verify(mNativeInterface).atResponseCode(deviceA, HeadsetHalConstants.AT_RESPONSE_OK, 0); in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceSuccess() 1074 verify(mNativeInterface).atResponseCode(deviceA, HeadsetHalConstants.AT_RESPONSE_OK, 0); in testVoiceRecognition_MultiHfInitiatedSwitchActiveDeviceReplyWrongHfSuccess() 1675 verify(mNativeInterface).atResponseCode(device, HeadsetHalConstants.AT_RESPONSE_OK, 0); in startVoiceRecognitionFromHf()
|