Searched refs:existingAttachment (Results 1 – 1 of 1) sorted by relevance
321 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() local482 if (attachmentsToRemove.contains(existingAttachment)) { in removeExistingAttachments()484 existingAttachment.destroyAsync(); in removeExistingAttachments()495 for (final PendingAttachmentData existingAttachment : mPendingAttachments) { in removePendingAttachment()[all …]