Searched defs:showAttachmentChooser (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java93 void warnOfExceedingMessageLimit(final boolean showAttachmentChooser, argument
96 void showAttachmentChooser(); method in interface:ComposeMessageView.IComposeMessageViewHost
932 mHost.showAttachmentChooser();
H A DConversationFragment.java1517 showAttachmentChooser(conversationId, activity);
1527 public void showAttachmentChooser() { method in class:ConversationFragment
1528 showAttachmentChooser(mConversationId, getActivity());
1531 public static void showAttachmentChooser(final String conversationId, method in class:ConversationFragment

Completed in 62 milliseconds