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