OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smsbody
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java
28
private String
smsBody
= null;
38
return
smsBody
;
41
public void setSmsBody(String
smsBody
) {
42
this.
smsBody
=
smsBody
;
59
smsBody
+= BluetoothMapSmsPdu.decodePdu(msgBytes,
63
smsBody
+= msgPart;
68
smsBody
= "";
78
if(
smsBody
!= null) {
79
String tmpBody =
smsBody
.replaceAll("END:MSG", "/END\\:MSG"); // Replace any occurrences of END:MSG with \END:MS
[
all
...]
Completed in 54 milliseconds