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.java93 void warnOfExceedingMessageLimit(final boolean showAttachmentChooser, in warnOfExceedingMessageLimit() argument
96 void showAttachmentChooser(); in showAttachmentChooser() method
932 mHost.showAttachmentChooser(); in onAttachmentPreviewLongClicked()
DConversationFragment.java1517 showAttachmentChooser(conversationId, activity); in warnOfExceedingMessageLimit()
1527 public void showAttachmentChooser() { in showAttachmentChooser() method in ConversationFragment
1528 showAttachmentChooser(mConversationId, getActivity()); in showAttachmentChooser()
1531 public static void showAttachmentChooser(final String conversationId, in showAttachmentChooser() method in ConversationFragment