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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageAttachmentBar.java214 menu.findItem(R.id.save_attachment).setVisible(shouldShowSave());
294 private boolean shouldShowSave() { method in class:MessageAttachmentBar
305 return (shouldShowPreview() || shouldShowSave() || shouldShowDownloadAgain())

Completed in 41 milliseconds