Searched refs:SUPPORTS_DOWNLOAD_AGAIN (Results 1 – 3 of 3) sorted by relevance
211 cursor.getColumnIndex(AttachmentColumns.SUPPORTS_DOWNLOAD_AGAIN)) == 1; in Attachment()228 supportsDownloadAgain = srcJson.optBoolean(AttachmentColumns.SUPPORTS_DOWNLOAD_AGAIN, true); in Attachment()302 supportsDownloadAgain = values.getAsBoolean(AttachmentColumns.SUPPORTS_DOWNLOAD_AGAIN); in Attachment()327 values.put(AttachmentColumns.SUPPORTS_DOWNLOAD_AGAIN, supportsDownloadAgain); in toContentValues()367 result.put(AttachmentColumns.SUPPORTS_DOWNLOAD_AGAIN, supportsDownloadAgain); in toJSON()
1958 AttachmentColumns.SUPPORTS_DOWNLOAD_AGAIN,2145 public static final String SUPPORTS_DOWNLOAD_AGAIN = "supportsDownloadAgain"; field in UIProvider.AttachmentColumns
4024 values.put(UIProvider.AttachmentColumns.SUPPORTS_DOWNLOAD_AGAIN, 1); in genQueryAttachments()4066 values.put(UIProvider.AttachmentColumns.SUPPORTS_DOWNLOAD_AGAIN, 1); in genQueryAttachment()4085 values.put(UIProvider.AttachmentColumns.SUPPORTS_DOWNLOAD_AGAIN, 1); in genQueryAttachmentByMessageIDAndCid()