Searched refs:removeExistingAttachments (Results 1 – 3 of 3) sorted by relevance
100 mBinding.getData().removeExistingAttachments( in confirmSelection()
165 Mockito.verify(mockDraftMessageData).removeExistingAttachments(Matchers.argThat( in testUnselect()
477 public void removeExistingAttachments(final Set<MessagePartData> attachmentsToRemove) { in removeExistingAttachments() method in DraftMessageData