Searched refs:pendingItem (Results 1 – 5 of 5) sorted by relevance
48 void onDocumentSelected(PendingAttachmentData pendingItem); in onDocumentSelected() argument130 final PendingAttachmentData pendingItem = in prepareDocumentForAttachment() local133 mListener.onDocumentSelected(pendingItem); in prepareDocumentForAttachment()
134 final PendingAttachmentData pendingItem = in onActivityResult()137 mMediaPicker.dispatchPendingItemAdded(pendingItem); in onActivityResult()
99 void onPendingItemAdded(PendingAttachmentData pendingItem); in onPendingItemAdded() argument635 void dispatchPendingItemAdded(final PendingAttachmentData pendingItem) { in dispatchPendingItemAdded() argument640 mListener.onPendingItemAdded(pendingItem); in dispatchPendingItemAdded()
75 void onPendingAttachmentAdded(PendingAttachmentData pendingItem); in onPendingAttachmentAdded() argument407 public void onPendingItemAdded(final PendingAttachmentData pendingItem) { in show()408 mSink.onPendingAttachmentAdded(pendingItem); in show()
547 public void onPendingAttachmentAdded(final PendingAttachmentData pendingItem) { in onPendingAttachmentAdded() argument548 mBinding.getData().addPendingAttachment(pendingItem, mBinding); in onPendingAttachmentAdded()