Home
last modified time | relevance | path

Searched defs:pendingItem (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DDocumentImagePicker.java49 void onDocumentSelected(PendingAttachmentData pendingItem); in onDocumentSelected()
134 final PendingAttachmentData pendingItem = in prepareDocumentForAttachment() local
DMediaPicker.java101 void onPendingItemAdded(PendingAttachmentData pendingItem); in onPendingItemAdded()
648 void dispatchPendingItemAdded(final PendingAttachmentData pendingItem) { in dispatchPendingItemAdded()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationInputManager.java75 void onPendingAttachmentAdded(PendingAttachmentData pendingItem); in onPendingAttachmentAdded()
DComposeMessageView.java540 public void onPendingAttachmentAdded(final PendingAttachmentData pendingItem) { in onPendingAttachmentAdded()