Searched refs:clearLocalCopy (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DDraftMessageData.java177 * @param clearLocalCopy whether we should clear out the in-memory copy of the parts. If we
181 public MessageData createMessageWithCurrentAttachments(final boolean clearLocalCopy) { argument
194 if (clearLocalCopy) {
577 final MessageData message = createMessageWithCurrentAttachments(false /* clearLocalCopy */);
599 createMessageWithCurrentAttachments(true /* clearLocalCopy */);

Completed in 35 milliseconds