Searched defs:atString (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | AtPhonebook.java | 155 public void handleCscsCommand(String atString, int type, BluetoothDevice device) in handleCscsCommand() 202 public void handleCpbsCommand(String atString, int type, BluetoothDevice device) { in handleCpbsCommand() 263 public void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice) { in handleCpbrCommand()
|
D | HeadsetStateMachine.java | 2383 private String parseUnknownAt(String atString) { in parseUnknownAt() 2408 String atString = null; in getAtCommandType() local 2852 private void processAtCscs(String atString, int type, BluetoothDevice device) { in processAtCscs() 2862 private void processAtCpbs(String atString, int type, BluetoothDevice device) { in processAtCpbs() 2872 private void processAtCpbr(String atString, int type, BluetoothDevice device) { in processAtCpbr() 2928 private boolean processVendorSpecificAt(String atString) { in processVendorSpecificAt() 2958 private void processUnknownAt(String atString, BluetoothDevice device) { in processUnknownAt() 3179 private void onUnknownAt(String atString, byte[] address) { in onUnknownAt() 3192 private void onATBind(String atString, byte[] address) { in onATBind()
|