Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DDraftMessageData.java348 existingAttachment.destroyAsync(); in addOneAttachmentNoNotify()
357 attachment.destroyAsync(); in addOneAttachmentNoNotify()
424 pendingAttachment.destroyAsync(); in addOnePendingAttachmentNoNotify()
482 existingAttachment.destroyAsync(); in removeAttachment()
496 existingAttachment.destroyAsync(); in removeExistingAttachments()
510 pendingAttachment.destroyAsync(); in removePendingAttachment()
534 updatedAttachment.destroyAsync(); in updatePendingAttachment()
670 attachment.destroyAsync(); in destroyAttachments()
DPendingAttachmentData.java138 attachment.destroyAsync(); in loadAttachmentForDraft()
DMessagePartData.java442 public void destroyAsync() { in destroyAsync() method in MessagePartData