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.java2640 final Bundle openedFds = sendOrSaveMessage.attachmentFds(); in closeOpenedAttachmentFds()
2686 final Bundle fdMap = sendOrSaveMessage.attachmentFds(); in callAccountSendSaveMethod()
2730 Bundle attachmentFds() { in attachmentFds() method in SendOrSaveMessage
3420 final Bundle attachmentFds;
3422 attachmentFds = initializeAttachmentFds(this, mAttachmentsView.getAttachments());
3424 attachmentFds = null;
3435 callback, save, mComposeMode, mExtraValues, attachmentFds);
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java4934 Bundle attachmentFds = in uiSaveMessage() local
4965 AttachmentUtils.cacheAttachmentUri(context, uiAtt, attachmentFds); in uiSaveMessage()