Searched refs:shouldShowSave (Results 1 – 1 of 1) sorted by relevance
233 menu.findItem(R.id.save_attachment).setVisible(shouldShowSave()); in onClick()304 private boolean shouldShowSave() { in shouldShowSave() method in MessageAttachmentBar321 return (shouldShowPreview() || shouldShowSave() || shouldShowDownloadAgain() || in shouldShowOverflow()