Searched defs:MessageViewAttachmentInfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DMessageViewFragmentBase.java748 private void onSaveAttachment(MessageViewAttachmentInfo info) {
773 private File performAttachmentSave(MessageViewAttachmentInfo info) {
821 private void onOpenAttachment(MessageViewAttachmentInfo info) {
847 private void onInfoAttachment(final MessageViewAttachmentInfo attachment) {
853 private void onLoadAttachment(final MessageViewAttachmentInfo attachment) {
885 private void onCancelAttachment(MessageViewAttachmentInfo attachment) {
900 MessageViewAttachmentInfo info = findAttachmentInfo(attachmentId);
967 onLoadAttachment((MessageViewAttachmentInfo) view.getTag());
970 onInfoAttachment((MessageViewAttachmentInfo) view.getTag());
973 onSaveAttachment((MessageViewAttachmentInfo) vie
1255 private static class MessageViewAttachmentInfo extends AttachmentInfo { class in class:MessageViewFragmentBase
1269 private MessageViewAttachmentInfo(Context context, Attachment attachment, method in class:MessageViewFragmentBase.MessageViewAttachmentInfo
1279 private MessageViewAttachmentInfo(Context context, MessageViewAttachmentInfo oldInfo) { method in class:MessageViewFragmentBase.MessageViewAttachmentInfo
[all...]

Completed in 35 milliseconds