Home
last modified time | relevance | path

Searched refs:onPendingAttachmentAdded (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationInputManager.java75 void onPendingAttachmentAdded(PendingAttachmentData pendingItem); in onPendingAttachmentAdded() method
408 mSink.onPendingAttachmentAdded(pendingItem); in show()
DComposeMessageView.java546 public void onPendingAttachmentAdded(final PendingAttachmentData pendingItem) { in onPendingAttachmentAdded() method in ComposeMessageView