Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java97 void warnOfExceedingMessageLimit(final boolean showAttachmentChooser, in warnOfExceedingMessageLimit() argument
100 void showAttachmentChooser(); in showAttachmentChooser() method
989 mHost.showAttachmentChooser(); in onAttachmentPreviewLongClicked()
DConversationFragment.java1527 showAttachmentChooser(conversationId, activity); in warnOfExceedingMessageLimit()
1537 public void showAttachmentChooser() { in showAttachmentChooser() method in ConversationFragment
1538 showAttachmentChooser(mConversationId, getActivity()); in showAttachmentChooser()
1541 public static void showAttachmentChooser(final String conversationId, in showAttachmentChooser() method in ConversationFragment