Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DDraftMessageData.java321 for (final MessagePartData existingAttachment : mAttachments) { in containsAttachment()
322 if (existingAttachment.getContentUri().equals(contentUri)) { in containsAttachment()
467 for (final MessagePartData existingAttachment : mAttachments) { in removeAttachment()
468 if (existingAttachment.getContentUri().equals(attachment.getContentUri())) { in removeAttachment()
469 mAttachments.remove(existingAttachment); in removeAttachment()
470 existingAttachment.destroyAsync(); in removeAttachment()
481 final MessagePartData existingAttachment = iterator.next(); in removeExistingAttachments() local
482 if (attachmentsToRemove.contains(existingAttachment)) { in removeExistingAttachments()
484 existingAttachment.destroyAsync(); in removeExistingAttachments()
495 for (final PendingAttachmentData existingAttachment : mPendingAttachments) { in removePendingAttachment()
[all …]