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 | 1023 String atString = "1"; in testAtBindWithDriverSafetyEventWhenConnecting() local 1048 String atString = "2"; in testAtBindEventWithBatteryLevelEventWhenConnecting() local 1073 String atString = "err,A,123,,1"; in testAtBindEventWithErrorEventWhenConnecting() local 1169 String atString = "\"command\""; in testParseUnknownAt() local 1176 String atString = "\"command"; in testParseUnknownAt_withUnmatchingQuotes() local 1183 String atString = "a\"command\""; in testParseUnknownAt_withCharOutsideQuotes() local 1271 String atString = "command=ERR"; in testProcessAtCpbr() local 1282 String atString = "command=ERR"; in testProcessAtCpbs() local 1293 String atString = "command=GSM"; in testProcessAtCscs() local 1346 String atString = "+CSCS=invalid"; in testProcessUnknownAt() local [all …]
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/ |
| D | VendorCommandResponseProcessorTest.java | 125 String atString = "+XAPL="; in processEvent_withNullDevice() local 139 String atString = "+XAPL="; in processEvent_withEqualSign() local 146 String atString = "+APLSIRI:"; in processEvent_withColonSign() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
| D | VendorCommandResponseProcessor.java | 130 private String getVendorIdFromAtCommand(String atString) { in getVendorIdFromAtCommand() 149 public boolean isAndroidAtCommand(String atString) { in isAndroidAtCommand() 158 public boolean processEvent(String atString, BluetoothDevice device) { in processEvent()
|
| D | HeadsetClientStateMachine.java | 2030 boolean processAndroidSlcCommand(String atString, BluetoothDevice device) { in processAndroidSlcCommand()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
| D | HeadsetStateMachine.java | 1624 String parseUnknownAt(String atString) { in parseUnknownAt() 1648 String atString = null; in getAtCommandType() local 1885 void processAtCscs(String atString, int type, BluetoothDevice device) { in processAtCscs() 1896 void processAtCpbs(String atString, int type, BluetoothDevice device) { in processAtCpbs() 1907 void processAtCpbr(String atString, int type, BluetoothDevice device) { in processAtCpbr() 1969 void processVendorSpecificAt(String atString, BluetoothDevice device) { in processVendorSpecificAt() 2012 boolean checkAndProcessAndroidAt(String atString, BluetoothDevice device) { in checkAndProcessAndroidAt() 2164 void processUnknownAt(String atString, BluetoothDevice device) { in processUnknownAt() 2239 private void processAtBind(String atString, BluetoothDevice device) { in processAtBind()
|
| D | AtPhonebook.java | 171 public void handleCscsCommand(String atString, int type, BluetoothDevice device) { in handleCscsCommand() 216 public void handleCpbsCommand(String atString, int type, BluetoothDevice device) { in handleCpbsCommand() 285 void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice) { in handleCpbrCommand()
|
| D | HeadsetNativeInterface.java | 190 private void onUnknownAt(String atString, byte[] address) { in onUnknownAt() 203 private void onATBind(String atString, byte[] address) { in onATBind()
|