HomeSort by relevance Sort by last modified time
    Searched defs:shouldShowExtraOption1 (Results 1 - 2 of 2) 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();

Completed in 104 milliseconds