Searched refs:attachmentsToRemove (Results 1 – 2 of 2) sorted by relevance
163 final MessagePartData[] attachmentsToRemove = new MessagePartData[] { in testUnselect() local166 new IsSetOfGivenAttachments(new HashSet<>(Arrays.asList(attachmentsToRemove))))); in testUnselect()
489 public void removeExistingAttachments(final Set<MessagePartData> attachmentsToRemove) { in removeExistingAttachments() argument494 if (attachmentsToRemove.contains(existingAttachment)) { in removeExistingAttachments()