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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 156 public void handleCscsCommand(String atString, int type, BluetoothDevice device)
158 log("handleCscsCommand - atString = " +atString);
176 String[] args = atString.split("=");
182 String characterSet = ((atString.split("="))[1]);
203 public void handleCpbsCommand(String atString, int type, BluetoothDevice device) {
205 log("handleCpbsCommand - atString = " +atString);
236 String[] args = atString.split("=");
264 public void handleCpbrCommand(String atString, int type, BluetoothDevice remoteDevice)
    [all...]
HeadsetStateMachine.java     [all...]

Completed in 3375 milliseconds