Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DDocumentImagePicker.java48 void onDocumentSelected(PendingAttachmentData pendingItem); in onDocumentSelected() argument
130 final PendingAttachmentData pendingItem = in prepareDocumentForAttachment() local
133 mListener.onDocumentSelected(pendingItem); in prepareDocumentForAttachment()
DContactMediaChooser.java134 final PendingAttachmentData pendingItem = in onActivityResult()
137 mMediaPicker.dispatchPendingItemAdded(pendingItem); in onActivityResult()
DMediaPicker.java99 void onPendingItemAdded(PendingAttachmentData pendingItem); in onPendingItemAdded() argument
635 void dispatchPendingItemAdded(final PendingAttachmentData pendingItem) { in dispatchPendingItemAdded() argument
640 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.java547 public void onPendingAttachmentAdded(final PendingAttachmentData pendingItem) { in onPendingAttachmentAdded() argument
548 mBinding.getData().addPendingAttachment(pendingItem, mBinding); in onPendingAttachmentAdded()