Home
last modified time | relevance | path

Searched defs:atCommand (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessorTest.java73 String atCommand = "command;"; in sendCommand_withSemicolon() local
80 String atCommand = "+XAPL="; in sendCommand_withNullDevice() local
94 String atCommand = "+XAPL="; in sendCommand_withEqualSign() local
109 String atCommand = "+APLSIRI?"; in sendCommand_withQuestionMarkSign() local
124 String atCommand = "+APLSIRI?"; in sendCommand_failingToSendATCommand() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java70 public boolean sendCommand(int vendorId, String atCommand, BluetoothDevice device) { in sendCommand()
DHeadsetClientService.java574 BluetoothDevice device, int vendorId, String atCommand, AttributionSource source) { in sendVendorAtCommand()
1105 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, String atCommand) { in sendVendorAtCommand()
DHeadsetClientStateMachine.java1507 String atCommand = (String) (message.obj); in processMessage() local
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHeadsetClient.aidl90 …boolean sendVendorAtCommand(in BluetoothDevice device, int vendorId, String atCommand, in Attribut… in sendVendorAtCommand()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DAtPhonebook.java337 String atCommand = (atString.split("="))[1]; in handleCpbrCommand() local
DHeadsetStateMachine.java1881 StringBuilder atCommand = new StringBuilder(atString.length()); in parseUnknownAt() local
1902 int getAtCommandType(String atCommand) { in getAtCommandType()
2566 String atCommand = parseUnknownAt(atString); in processUnknownAt() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java1482 String atCommand = "start?"; in testGetAtCommandType() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadsetClient.java959 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, String atCommand) { in sendVendorAtCommand()