Searched refs:AttachmentActionHandler (Results 1 – 4 of 4) sorted by relevance
40 import com.android.mail.browse.AttachmentActionHandler;83 protected AttachmentActionHandler mActionHandler;97 mActionHandler = new AttachmentActionHandler(mMailActivity.getContext(), null); in onCreate()
60 private final AttachmentActionHandler mActionHandler;81 mActionHandler = new AttachmentActionHandler(context, this); in MessageAttachmentTile()
46 public class AttachmentActionHandler { class64 public AttachmentActionHandler(Context context, AttachmentViewInterface view) { in AttachmentActionHandler() method in AttachmentActionHandler
73 private final AttachmentActionHandler mActionHandler;101 mActionHandler = new AttachmentActionHandler(context, this); in MessageAttachmentBar()