Home
last modified time | relevance | path

Searched defs:atString (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java955 String atString = "1"; in testAtBindWithDriverSafetyEventWhenConnecting() local
978 String atString = "2"; in testAtBindEventWithBatteryLevelEventWhenConnecting() local
1001 String atString = "err,A,123,,1"; in testAtBindEventWithErrorEventWhenConnecting() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java159 public void handleCscsCommand(String atString, int type, BluetoothDevice device) { in handleCscsCommand()
204 public void handleCpbsCommand(String atString, int type, BluetoothDevice device) { in handleCpbsCommand()
273 void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice) { in handleCpbrCommand()
DHeadsetStateMachine.java1518 private String parseUnknownAt(String atString) { in parseUnknownAt()
1541 String atString = null; in getAtCommandType() local
1745 private void processAtCscs(String atString, int type, BluetoothDevice device) { in processAtCscs()
1755 private void processAtCpbs(String atString, int type, BluetoothDevice device) { in processAtCpbs()
1765 private void processAtCpbr(String atString, int type, BluetoothDevice device) { in processAtCpbr()
1824 private void processVendorSpecificAt(String atString, BluetoothDevice device) { in processVendorSpecificAt()
1890 private void processUnknownAt(String atString, BluetoothDevice device) { in processUnknownAt()
1960 private void processAtBind(String atString, BluetoothDevice device) { in processAtBind()
DHeadsetNativeInterface.java174 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/
DVendorCommandResponseProcessor.java124 public boolean processEvent(String atString, BluetoothDevice device) { in processEvent()