HomeSort by relevance Sort by last modified time
    Searched refs:shouldShowExtraOption1 (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java 257 public boolean shouldShowExtraOption1(final String accountType, final String mimeType) {
258 return (sOptionHandler != null) && sOptionHandler.shouldShowExtraOption1(
278 public boolean shouldShowExtraOption1(String accountType, String mimeType) {
MessageAttachmentBar.java 235 menu.findItem(R.id.attachment_extra_option1).setVisible(shouldShowExtraOption1());
314 private boolean shouldShowExtraOption1() {
316 mActionHandler.shouldShowExtraOption1(mAccount.getType(),
322 shouldShowExtraOption1()) && !shouldShowCancel();
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewController.java 182 mActionHandler.shouldShowExtraOption1(mAccountType,

Completed in 1646 milliseconds