Home
last modified time | relevance | path

Searched refs: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() argument
134 final PendingAttachmentData pendingItem = in prepareDocumentForAttachment() local
137 mListener.onDocumentSelected(pendingItem); in prepareDocumentForAttachment()
DMediaPicker.java101 void onPendingItemAdded(PendingAttachmentData pendingItem); in onPendingItemAdded() argument
648 void dispatchPendingItemAdded(final PendingAttachmentData pendingItem) { in dispatchPendingItemAdded() argument
653 mListener.onPendingItemAdded(pendingItem); in dispatchPendingItemAdded()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationInputManager.java75 void onPendingAttachmentAdded(PendingAttachmentData pendingItem); in onPendingAttachmentAdded() argument
407 public void onPendingItemAdded(final PendingAttachmentData pendingItem) { in show()
408 mSink.onPendingAttachmentAdded(pendingItem); in show()
DComposeMessageView.java546 public void onPendingAttachmentAdded(final PendingAttachmentData pendingItem) { in onPendingAttachmentAdded() argument
547 mBinding.getData().addPendingAttachment(pendingItem, mBinding); in onPendingAttachmentAdded()