Home
last modified time | relevance | path

Searched refs:shouldShowExtraOption1 (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentBar.java235 menu.findItem(R.id.attachment_extra_option1).setVisible(shouldShowExtraOption1()); in onClick()
314 private boolean shouldShowExtraOption1() { in shouldShowExtraOption1() method in MessageAttachmentBar
316 mActionHandler.shouldShowExtraOption1(mAccount.getType(), in shouldShowExtraOption1()
322 shouldShowExtraOption1()) && !shouldShowCancel(); in shouldShowOverflow()
DAttachmentActionHandler.java257 public boolean shouldShowExtraOption1(final String accountType, final String mimeType) { in shouldShowExtraOption1() method in AttachmentActionHandler
258 return (sOptionHandler != null) && sOptionHandler.shouldShowExtraOption1( in shouldShowExtraOption1()
278 public boolean shouldShowExtraOption1(String accountType, String mimeType) { in shouldShowExtraOption1() method in AttachmentActionHandler.OptionHandler
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewController.java182 mActionHandler.shouldShowExtraOption1(mAccountType, in updateActionItems()