OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atString
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java
[
all
...]
AtPhonebook.java
150
public void handleCscsCommand(String
atString
, int type)
152
log("handleCscsCommand -
atString
= " +
atString
);
170
String[] args =
atString
.split("=");
175
String characterSet = ((
atString
.split("="))[1]);
195
public void handleCpbsCommand(String
atString
, int type) {
197
log("handleCpbsCommand -
atString
= " +
atString
);
232
String[] args =
atString
.split("=");
260
public void handleCpbrCommand(String
atString
, int type, BluetoothDevice remoteDevice)
[
all
...]
Completed in 33 milliseconds