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(mAttachment.getContentType()); in shouldShowExtraOption1()
321 shouldShowExtraOption1()) && !shouldShowCancel(); in shouldShowOverflow()
DAttachmentActionHandler.java257 public boolean shouldShowExtraOption1(String mimeType) { in shouldShowExtraOption1() method in AttachmentActionHandler
258 return (sOptionHandler != null) && sOptionHandler.shouldShowExtraOption1(mimeType); in shouldShowExtraOption1()
277 public boolean shouldShowExtraOption1(String mimeType) { in shouldShowExtraOption1() method in AttachmentActionHandler.OptionHandler
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewController.java183 mActionHandler.shouldShowExtraOption1(attachment.getContentType())); in updateActionItems()