Searched defs:atString (Results 1 – 7 of 7) sorted by relevance
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
| D | HeadsetStateMachineTest.java | 1343 String atString = "1"; in testAtBindWithDriverSafetyEventWhenConnecting() local 1371 String atString = "2"; in testAtBindEventWithBatteryLevelEventWhenConnecting() local 1399 String atString = "err,A,123,,1"; in testAtBindEventWithErrorEventWhenConnecting() local 1500 String atString = "\"command\""; in testParseUnknownAt() local 1507 String atString = "\"command"; in testParseUnknownAt_withUnmatchingQuotes() local 1514 String atString = "a\"command\""; in testParseUnknownAt_withCharOutsideQuotes() local 1603 String atString = "command=ERR"; in testProcessAtCpbr() local 1617 String atString = "command=ERR"; in testProcessAtCpbs() local 1631 String atString = "command=GSM"; in testProcessAtCscs() local 1690 String atString = "+CSCS=invalid"; in testProcessUnknownAt() local [all …]
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/ |
| D | VendorCommandResponseProcessorTest.java | 139 String atString = "+XAPL="; in processEvent_withNullDevice() local 153 String atString = "+XAPL="; in processEvent_withEqualSign() local 160 String atString = "+APLSIRI:"; in processEvent_withColonSign() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
| D | VendorCommandResponseProcessor.java | 117 private String getVendorIdFromAtCommand(String atString) { in getVendorIdFromAtCommand() 136 public boolean isAndroidAtCommand(String atString) { in isAndroidAtCommand() 145 public boolean processEvent(String atString, BluetoothDevice device) { in processEvent()
|
| D | HeadsetClientStateMachine.java | 2148 boolean processAndroidSlcCommand(String atString, BluetoothDevice device) { in processAndroidSlcCommand()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
| D | AtPhonebook.java | 160 public void handleCscsCommand(String atString, int type, BluetoothDevice device) { in handleCscsCommand() 207 public void handleCpbsCommand(String atString, int type, BluetoothDevice device) { in handleCpbsCommand() 278 void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice) { in handleCpbrCommand()
|
| D | HeadsetStateMachine.java | 1880 String parseUnknownAt(String atString) { in parseUnknownAt() 1904 String atString = null; in getAtCommandType() local 2205 void processAtCscs(String atString, int type, BluetoothDevice device) { in processAtCscs() 2216 void processAtCpbs(String atString, int type, BluetoothDevice device) { in processAtCpbs() 2227 void processAtCpbr(String atString, int type, BluetoothDevice device) { in processAtCpbr() 2285 void processVendorSpecificAt(String atString, BluetoothDevice device) { in processVendorSpecificAt() 2353 boolean checkAndProcessAndroidAt(String atString, BluetoothDevice device) { in checkAndProcessAndroidAt() 2560 void processUnknownAt(String atString, BluetoothDevice device) { in processUnknownAt() 2635 private void processAtBind(String atString, BluetoothDevice device) { in processAtBind()
|
| D | HeadsetNativeInterface.java | 221 private void onUnknownAt(String atString, byte[] address) { in onUnknownAt() 234 private void onATBind(String atString, byte[] address) { in onATBind()
|