Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DDraftMessageData.java327 for (final PendingAttachmentData pendingAttachment : mPendingAttachments) { in containsAttachment()
328 if (pendingAttachment.getContentUri().equals(contentUri)) { in containsAttachment()
354 final PendingAttachmentData pendingAttachment) { in addAttachment() argument
360 if (pendingAttachment != null && pendingAttachment.isSinglePartOnly()) { in addAttachment()
387 } else if (pendingAttachment != null) { in addAttachment()
388 mPendingAttachments.add(pendingAttachment); in addAttachment()
392 public void addPendingAttachment(final PendingAttachmentData pendingAttachment, in addPendingAttachment() argument
394 final boolean reachedLimit = addOnePendingAttachmentNoNotify(pendingAttachment, in addPendingAttachment()
407 private boolean addOnePendingAttachmentNoNotify(final PendingAttachmentData pendingAttachment, in addOnePendingAttachmentNoNotify() argument
410 if (reachedLimit || containsAttachment(pendingAttachment.getContentUri())) { in addOnePendingAttachmentNoNotify()
[all …]