Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java2712 private final Bundle mAttachmentFds; field in SendOrSaveMessage
2724 mAttachmentFds = optionalAttachmentFds; in SendOrSaveMessage()
2726 mAttachmentFds = initializeAttachmentFds(context, attachments); in SendOrSaveMessage()
2731 return mAttachmentFds; in attachmentFds()