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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageAttachmentBar.java73 private final AttachmentActionHandler mActionHandler; field in class:MessageAttachmentBar
101 mActionHandler = new AttachmentActionHandler(context, this);
105 mActionHandler.initialize(fragmentManager);
127 mActionHandler.setAccount(mAccount.getEmailAddress());
129 mActionHandler.setMessage(message);
130 mActionHandler.setAttachment(mAttachment);
160 mActionHandler.updateStatus(loaderResult);
194 mActionHandler.startDownloadingAttachment(AttachmentDestination.EXTERNAL);
203 mActionHandler.showDownloadingDialog();
204 mActionHandler
[all...]
H A DMessageAttachmentTile.java60 private final AttachmentActionHandler mActionHandler; field in class:MessageAttachmentTile
81 mActionHandler = new AttachmentActionHandler(context, this);
85 mActionHandler.initialize(fragmentManager);
103 mActionHandler.setAttachment(mAttachment);
104 mActionHandler.updateStatus(loaderResult);
159 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE,
221 mActionHandler.startDownloadingAttachment(
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
H A DMailPhotoViewController.java82 protected AttachmentActionHandler mActionHandler; field in class:MailPhotoViewController
96 mActionHandler = new AttachmentActionHandler(mMailActivity.getContext(), null);
97 mActionHandler.initialize(mMailActivity.getFragmentManager());
104 mActionHandler.setAccount(account);
105 mActionHandler.setMessage(msg);
155 mActionHandler.setAttachment(getCurrentAttachment());
156 mActionHandler.handleOption1();
183 mActionHandler.shouldShowExtraOption1(attachment.getContentType()));
261 mActionHandler.setAttachment(attachment);
262 mActionHandler
[all...]

Completed in 66 milliseconds