Searched defs:atCommand (Results 1 – 9 of 9) sorted by relevance
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/ |
| D | VendorCommandResponseProcessorTest.java | 73 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/ |
| D | VendorCommandResponseProcessor.java | 70 public boolean sendCommand(int vendorId, String atCommand, BluetoothDevice device) { in sendCommand()
|
| D | HeadsetClientService.java | 574 BluetoothDevice device, int vendorId, String atCommand, AttributionSource source) { in sendVendorAtCommand() 1105 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, String atCommand) { in sendVendorAtCommand()
|
| D | HeadsetClientStateMachine.java | 1507 String atCommand = (String) (message.obj); in processMessage() local
|
| /packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
| D | IBluetoothHeadsetClient.aidl | 90 …boolean sendVendorAtCommand(in BluetoothDevice device, int vendorId, String atCommand, in Attribut… in sendVendorAtCommand()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
| D | AtPhonebook.java | 337 String atCommand = (atString.split("="))[1]; in handleCpbrCommand() local
|
| D | HeadsetStateMachine.java | 1881 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/ |
| D | HeadsetStateMachineTest.java | 1482 String atCommand = "start?"; in testGetAtCommandType() local
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothHeadsetClient.java | 959 public boolean sendVendorAtCommand(BluetoothDevice device, int vendorId, String atCommand) { in sendVendorAtCommand()
|