Home
last modified time | relevance | path

Searched refs:tmpBody (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageEmail.java70 …String tmpBody = mEmailBody.replaceAll("END:MSG", "/END\\:MSG"); // Replace any occurrences of END… in encode() local
71 bodyFragments.add(tmpBody.getBytes("UTF-8")); in encode()
DBluetoothMapbMessageSms.java79 …String tmpBody = mSmsBody.replaceAll("END:MSG", "/END\\:MSG"); // Replace any occurrences of END:M… in encode() local
80 bodyFragments.add(tmpBody.getBytes("UTF-8")); in encode()
DBluetoothMapbMessageMms.java452 …String tmpBody = mmsBody.replaceAll("END:MSG", "/END\\:MSG"); // Replace any occurrences of END:MS… in encodeMms() local
453 bodyFragments.add(tmpBody.getBytes("UTF-8")); in encodeMms()