OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpBody
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java
79
String
tmpBody
= smsBody.replaceAll("END:MSG", "/END\\:MSG"); // Replace any occurrences of END:MSG with \END:MSG
80
bodyFragments.add(
tmpBody
.getBytes("UTF-8"));
BluetoothMapbMessageMmsEmail.java
400
String
tmpBody
= mmsBody.replaceAll("END:MSG", "/END\\:MSG"); // Replace any occurrences of END:MSG with \END:MSG
401
bodyFragments.add(
tmpBody
.getBytes("UTF-8"));
Completed in 68 milliseconds