Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentBar.java261 mActionHandler.showAttachment(AttachmentDestination.EXTERNAL); in onClick()
269 mActionHandler.showAttachment(AttachmentDestination.CACHE); in onClick()
DAttachmentActionHandler.java92 public void showAttachment(int destination) { in showAttachment() method in AttachmentActionHandler