OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpBody
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageEmail.java
70
String
tmpBody
= mEmailBody.replaceAll("END:MSG", "/END\\:MSG"); // Replace any occurrences of END:MSG with \END:MSG
71
bodyFragments.add(
tmpBody
.getBytes("UTF-8"));
BluetoothMapbMessageSms.java
79
String
tmpBody
= mSmsBody.replaceAll("END:MSG", "/END\\:MSG"); // Replace any occurrences of END:MSG with \END:MSG
80
bodyFragments.add(
tmpBody
.getBytes("UTF-8"));
BluetoothMapbMessageMime.java
474
String
tmpBody
= mimeBody.replaceAll("END:MSG", "/END\\:MSG");
475
bodyFragments.add(
tmpBody
.getBytes("UTF-8"));
Completed in 2646 milliseconds