Searched refs:shouldShowDownloadAgain (Results 1 – 1 of 1) sorted by relevance
215 menu.findItem(R.id.download_again).setVisible(shouldShowDownloadAgain()); in onClick()298 private boolean shouldShowDownloadAgain() { in shouldShowDownloadAgain() method in MessageAttachmentBar305 return (shouldShowPreview() || shouldShowSave() || shouldShowDownloadAgain()) in shouldShowOverflow()