Searched refs:shouldShowExtraOption1 (Results 1 – 3 of 3) sorted by relevance
235 menu.findItem(R.id.attachment_extra_option1).setVisible(shouldShowExtraOption1()); in onClick()314 private boolean shouldShowExtraOption1() { in shouldShowExtraOption1() method in MessageAttachmentBar316 mActionHandler.shouldShowExtraOption1(mAttachment.getContentType()); in shouldShowExtraOption1()321 shouldShowExtraOption1()) && !shouldShowCancel(); in shouldShowOverflow()
257 public boolean shouldShowExtraOption1(String mimeType) { in shouldShowExtraOption1() method in AttachmentActionHandler258 return (sOptionHandler != null) && sOptionHandler.shouldShowExtraOption1(mimeType); in shouldShowExtraOption1()277 public boolean shouldShowExtraOption1(String mimeType) { in shouldShowExtraOption1() method in AttachmentActionHandler.OptionHandler
183 mActionHandler.shouldShowExtraOption1(attachment.getContentType())); in updateActionItems()