Searched refs:mUiDestination (Results 1 – 3 of 3) sorted by relevance
1369 public int mUiDestination; field in EmailContent.Attachment1559 mUiDestination = cursor.getInt(CONTENT_UI_DESTINATION_COLUMN); in restore()1580 values.put(AttachmentColumns.UI_DESTINATION, mUiDestination); in toContentValues()1613 dest.writeInt(mUiDestination); in writeToParcel()1640 mUiDestination = in.readInt(); in Attachment()1662 + mAccountKey + "," + mUiState + "," + mUiDestination + "," in toString()
406 if (attachment.mUiDestination == UIProvider.AttachmentDestination.CACHE) { in saveAttachment()
4301 if (att.mUiDestination == UIProvider.AttachmentDestination.EXTERNAL && in AttachmentsCursor()