Searched refs:attachmentFds (Results 1 – 3 of 3) sorted by relevance
174 Bundle attachmentFds) { in cacheAttachmentUri() argument192 final AssetFileDescriptor fileDescriptor = attachmentFds != null in cacheAttachmentUri()193 && attachment.contentUri != null ? (AssetFileDescriptor) attachmentFds in cacheAttachmentUri()
2640 final Bundle openedFds = sendOrSaveMessage.attachmentFds(); in closeOpenedAttachmentFds()2686 final Bundle fdMap = sendOrSaveMessage.attachmentFds(); in callAccountSendSaveMethod()2730 Bundle attachmentFds() { in attachmentFds() method in SendOrSaveMessage3420 final Bundle attachmentFds;3422 attachmentFds = initializeAttachmentFds(this, mAttachmentsView.getAttachments());3424 attachmentFds = null;3435 callback, save, mComposeMode, mExtraValues, attachmentFds);
4934 Bundle attachmentFds = in uiSaveMessage() local4965 AttachmentUtils.cacheAttachmentUri(context, uiAtt, attachmentFds); in uiSaveMessage()