Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewController.java40 import com.android.mail.browse.AttachmentActionHandler;
83 protected AttachmentActionHandler mActionHandler;
97 mActionHandler = new AttachmentActionHandler(mMailActivity.getContext(), null); in onCreate()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentTile.java60 private final AttachmentActionHandler mActionHandler;
81 mActionHandler = new AttachmentActionHandler(context, this); in MessageAttachmentTile()
DAttachmentActionHandler.java46 public class AttachmentActionHandler { class
64 public AttachmentActionHandler(Context context, AttachmentViewInterface view) { in AttachmentActionHandler() method in AttachmentActionHandler
DMessageAttachmentBar.java73 private final AttachmentActionHandler mActionHandler;
101 mActionHandler = new AttachmentActionHandler(context, this); in MessageAttachmentBar()