Searched defs:atString (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachineTest.java | 986 String atString = "1"; in testAtBindWithDriverSafetyEventWhenConnecting() local 1011 String atString = "2"; in testAtBindEventWithBatteryLevelEventWhenConnecting() local 1036 String atString = "err,A,123,,1"; in testAtBindEventWithErrorEventWhenConnecting() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 1556 private String parseUnknownAt(String atString) { in parseUnknownAt() 1579 String atString = null; in getAtCommandType() local 1790 private void processAtCscs(String atString, int type, BluetoothDevice device) { in processAtCscs() 1800 private void processAtCpbs(String atString, int type, BluetoothDevice device) { in processAtCpbs() 1810 private void processAtCpbr(String atString, int type, BluetoothDevice device) { in processAtCpbr() 1869 private void processVendorSpecificAt(String atString, BluetoothDevice device) { in processVendorSpecificAt() 1935 private void processUnknownAt(String atString, BluetoothDevice device) { in processUnknownAt() 2007 private void processAtBind(String atString, BluetoothDevice device) { in processAtBind()
|
D | AtPhonebook.java | 161 public void handleCscsCommand(String atString, int type, BluetoothDevice device) { in handleCscsCommand() 206 public void handleCpbsCommand(String atString, int type, BluetoothDevice device) { in handleCpbsCommand() 275 void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice) { in handleCpbrCommand()
|
D | HeadsetNativeInterface.java | 174 private void onUnknownAt(String atString, byte[] address) { in onUnknownAt() 187 private void onATBind(String atString, byte[] address) { in onATBind()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | VendorCommandResponseProcessor.java | 126 public boolean processEvent(String atString, BluetoothDevice device) { in processEvent()
|