Home
last modified time | relevance | path

Searched refs:attachmentFds (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DAttachmentUtils.java174 Bundle attachmentFds) { in cacheAttachmentUri() argument
192 final AssetFileDescriptor fileDescriptor = attachmentFds != null in cacheAttachmentUri()
193 && attachment.contentUri != null ? (AssetFileDescriptor) attachmentFds in cacheAttachmentUri()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java2604 final Bundle openedFds = sendOrSaveMessage.attachmentFds(); in closeOpenedAttachmentFds()
2650 final Bundle fdMap = sendOrSaveMessage.attachmentFds(); in callAccountSendSaveMethod()
2694 Bundle attachmentFds() { in attachmentFds() method in SendOrSaveMessage
3384 final Bundle attachmentFds;
3386 attachmentFds = initializeAttachmentFds(this, mAttachmentsView.getAttachments());
3388 attachmentFds = null;
3399 callback, save, mComposeMode, mExtraValues, attachmentFds);
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java4933 Bundle attachmentFds = in uiSaveMessage() local
4964 AttachmentUtils.cacheAttachmentUri(context, uiAtt, attachmentFds); in uiSaveMessage()