Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DDraftMessageData.java151 if (part.isAttachment() && getAttachmentCount() >= getAttachmentLimit()) { in updateFromMessageData()
354 final boolean reachedLimit = getAttachmentCount() >= getAttachmentLimit(); in addOneAttachmentNoNotify()
421 final boolean reachedLimit = getAttachmentCount() >= getAttachmentLimit(); in addOnePendingAttachmentNoNotify()
453 private int getAttachmentCount() { in getAttachmentCount() method in DraftMessageData
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFragment.java320 if (saveAttachmentTask.getAttachmentCount() > 0) {
1337 public int getAttachmentCount() { in getAttachmentCount() method in ConversationFragment.SaveAttachmentTask