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()
366 final PendingAttachmentData pendingAttachment) { in addAttachment() argument
372 if (pendingAttachment != null && pendingAttachment.isSinglePartOnly()) { in addAttachment()
399 } else if (pendingAttachment != null) { in addAttachment()
400 mPendingAttachments.add(pendingAttachment); in addAttachment()
404 public void addPendingAttachment(final PendingAttachmentData pendingAttachment, in addPendingAttachment() argument
406 final boolean reachedLimit = addOnePendingAttachmentNoNotify(pendingAttachment, in addPendingAttachment()
419 private boolean addOnePendingAttachmentNoNotify(final PendingAttachmentData pendingAttachment, in addOnePendingAttachmentNoNotify() argument
422 if (reachedLimit || containsAttachment(pendingAttachment.getContentUri())) { in addOnePendingAttachmentNoNotify()
[all …]