Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageFooterView.java60 private AttachmentCursor mAttachmentsCursor; field in MessageFooterView
162 if (mAttachmentsCursor != null && !mAttachmentsCursor.isClosed()) { in renderAttachments()
165 while (mAttachmentsCursor.moveToPosition(++i)) { in renderAttachments()
166 attachments.add(mAttachmentsCursor.get()); in renderAttachments()
265 mAttachmentsCursor = (AttachmentCursor) data; in onLoadFinished()
267 if (mAttachmentsCursor == null || mAttachmentsCursor.isClosed()) { in onLoadFinished()
276 mAttachmentsCursor = null; in onLoaderReset()