HomeSort by relevance Sort by last modified time
    Searched refs:AttachmentActionHandler (Results 1 - 4 of 4) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java 46 public class AttachmentActionHandler {
64 public AttachmentActionHandler(Context context, AttachmentViewInterface view) {
271 * {@link AttachmentActionHandler#setOptionHandler(OptionHandler)}.<br>
MessageAttachmentTile.java 60 private final AttachmentActionHandler mActionHandler;
81 mActionHandler = new AttachmentActionHandler(context, this);
MessageAttachmentBar.java 73 private final AttachmentActionHandler mActionHandler;
101 mActionHandler = new AttachmentActionHandler(context, this);
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewController.java 40 import com.android.mail.browse.AttachmentActionHandler;
83 protected AttachmentActionHandler mActionHandler;
97 mActionHandler = new AttachmentActionHandler(mMailActivity.getContext(), null);

Completed in 98 milliseconds