Searched refs:pendingItem (Results 1 – 4 of 4) sorted by relevance
49 void onDocumentSelected(PendingAttachmentData pendingItem); in onDocumentSelected() argument134 final PendingAttachmentData pendingItem = in prepareDocumentForAttachment() local137 mListener.onDocumentSelected(pendingItem); in prepareDocumentForAttachment()
101 void onPendingItemAdded(PendingAttachmentData pendingItem); in onPendingItemAdded() argument648 void dispatchPendingItemAdded(final PendingAttachmentData pendingItem) { in dispatchPendingItemAdded() argument653 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()
540 public void onPendingAttachmentAdded(final PendingAttachmentData pendingItem) { in onPendingAttachmentAdded() argument541 mBinding.getData().addPendingAttachment(pendingItem, mBinding); in onPendingAttachmentAdded()