Home
last modified time | relevance | path

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

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