HomeSort by relevance Sort by last modified time
    Searched refs:tmpBody (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java 86 String tmpBody = mSmsBody.replaceAll("END:MSG",
92 tmpBody = tmpBody.replaceAll("\r", "");
97 tmpBody = tmpBody.replaceAll("\n", "");
102 && tmpBody.length() > 0) {
104 while ((tmpBody.charAt(tmpBody.length() - trailingLF - 1)) == '\n') trailingLF++;
105 tmpBody = tmpBody.substring(0, (tmpBody.length() - trailingLF))
    [all...]
BluetoothMapbMessageEmail.java 63 String tmpBody = mEmailBody.replaceAll("END:MSG",
65 bodyFragments.add(tmpBody.getBytes("UTF-8"));
BluetoothMapbMessageMime.java 535 String tmpBody = mimeBody.replaceAll("END:MSG", "/END\\:MSG");
536 bodyFragments.add(tmpBody.getBytes("UTF-8"));
    [all...]

Completed in 243 milliseconds