Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java156 public void handleCscsCommand(String atString, int type, BluetoothDevice device) in handleCscsCommand()
203 public void handleCpbsCommand(String atString, int type, BluetoothDevice device) { in handleCpbsCommand()
264 public void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice) { in handleCpbrCommand()
DHeadsetStateMachine.java2467 private String parseUnknownAt(String atString) in parseUnknownAt()
2494 String atString = null; in getAtCommandType() local
2952 private void processAtCscs(String atString, int type, BluetoothDevice device) { in processAtCscs()
2963 private void processAtCpbs(String atString, int type, BluetoothDevice device) { in processAtCpbs()
2974 private void processAtCpbr(String atString, int type, BluetoothDevice device) { in processAtCpbr()
3031 private boolean processVendorSpecificAt(String atString) { in processVendorSpecificAt()
3064 private void processUnknownAt(String atString, BluetoothDevice device) { in processUnknownAt()
3230 private void onUnknownAt(String atString, byte[] address) { in onUnknownAt()