HomeSort by relevance Sort by last modified time
    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 382 milliseconds