Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentBar.java233 menu.findItem(R.id.save_attachment).setVisible(shouldShowSave()); in onClick()
304 private boolean shouldShowSave() { in shouldShowSave() method in MessageAttachmentBar
321 return (shouldShowPreview() || shouldShowSave() || shouldShowDownloadAgain() || in shouldShowOverflow()