Searched defs:atString (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachineTest.java | 951 String atString = "1"; in testAtBindWithDriverSafetyEventWhenConnecting() local 974 String atString = "2"; in testAtBindEventWithBatteryLevelEventWhenConnecting() local 997 String atString = "err,A,123,,1"; in testAtBindEventWithErrorEventWhenConnecting() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | AtPhonebook.java | 154 public void handleCscsCommand(String atString, int type, BluetoothDevice device) { in handleCscsCommand() 199 public void handleCpbsCommand(String atString, int type, BluetoothDevice device) { in handleCpbsCommand() 268 void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice) { in handleCpbrCommand()
|
D | HeadsetStateMachine.java | 1490 private String parseUnknownAt(String atString) { in parseUnknownAt() 1513 String atString = null; in getAtCommandType() local 1708 private void processAtCscs(String atString, int type, BluetoothDevice device) { in processAtCscs() 1718 private void processAtCpbs(String atString, int type, BluetoothDevice device) { in processAtCpbs() 1728 private void processAtCpbr(String atString, int type, BluetoothDevice device) { in processAtCpbr() 1787 private void processVendorSpecificAt(String atString, BluetoothDevice device) { in processVendorSpecificAt() 1853 private void processUnknownAt(String atString, BluetoothDevice device) { in processUnknownAt() 1923 private void processAtBind(String atString, BluetoothDevice device) { in processAtBind()
|
D | HeadsetNativeInterface.java | 174 private void onUnknownAt(String atString, byte[] address) { in onUnknownAt() 187 private void onATBind(String atString, byte[] address) { in onATBind()
|