HomeSort by relevance Sort by last modified time
    Searched refs:atString (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
AtPhonebook.java 154 public void handleCscsCommand(String atString, int type, BluetoothDevice device) {
155 log("handleCscsCommand - atString = " + atString);
173 String[] args = atString.split("=");
178 String characterSet = ((atString.split("="))[1]);
199 public void handleCpbsCommand(String atString, int type, BluetoothDevice device) {
201 log("handleCpbsCommand - atString = " + atString);
234 String[] args = atString.split("=");
268 void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice)
    [all...]
HeadsetNativeInterface.java 174 private void onUnknownAt(String atString, byte[] address) {
176 new HeadsetStackEvent(HeadsetStackEvent.EVENT_TYPE_UNKNOWN_AT, atString,
187 private void onATBind(String atString, byte[] address) {
188 HeadsetStackEvent event = new HeadsetStackEvent(HeadsetStackEvent.EVENT_TYPE_BIND, atString,

Completed in 94 milliseconds