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(mAccount.getType(), in shouldShowExtraOption1()322 shouldShowExtraOption1()) && !shouldShowCancel(); in shouldShowOverflow()
257 public boolean shouldShowExtraOption1(final String accountType, final String mimeType) { in shouldShowExtraOption1() method in AttachmentActionHandler258 return (sOptionHandler != null) && sOptionHandler.shouldShowExtraOption1( in shouldShowExtraOption1()278 public boolean shouldShowExtraOption1(String accountType, String mimeType) { in shouldShowExtraOption1() method in AttachmentActionHandler.OptionHandler
182 mActionHandler.shouldShowExtraOption1(mAccountType, in updateActionItems()