Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DEmailContent.java1370 public int mUiDownloadedSize; field in EmailContent.Attachment
1560 mUiDownloadedSize = cursor.getInt(CONTENT_UI_DOWNLOADED_SIZE_COLUMN); in restore()
1581 values.put(AttachmentColumns.UI_DOWNLOADED_SIZE, mUiDownloadedSize); in toContentValues()
1614 dest.writeInt(mUiDownloadedSize); in writeToParcel()
1641 mUiDownloadedSize = in.readInt(); in Attachment()
1663 + mUiDownloadedSize + "]"; in toString()