Home | History | Annotate | Download | only in providers

Lines Matching defs:AttachmentColumns

1947         AttachmentColumns.NAME,
1948 AttachmentColumns.SIZE,
1949 AttachmentColumns.URI,
1950 AttachmentColumns.CONTENT_TYPE,
1951 AttachmentColumns.STATE,
1952 AttachmentColumns.DESTINATION,
1953 AttachmentColumns.DOWNLOADED_SIZE,
1954 AttachmentColumns.CONTENT_URI,
1955 AttachmentColumns.THUMBNAIL_URI,
1956 AttachmentColumns.PREVIEW_INTENT_URI,
1957 AttachmentColumns.PROVIDER_DATA,
1958 AttachmentColumns.SUPPORTS_DOWNLOAD_AGAIN,
1959 AttachmentColumns.TYPE,
1960 AttachmentColumns.FLAGS,
1961 AttachmentColumns.CONTENT_ID,
1962 AttachmentColumns.VIRTUAL_MIME_TYPE
1989 * Valid states for the {@link AttachmentColumns#STATE} column.
2012 * {@link AttachmentColumns#DOWNLOADED_SIZE} should reflect the current
2015 * the accompanying destination in {@link AttachmentColumns#DESTINATION}
2024 * {@link AttachmentColumns#DESTINATION}. If a provider later detects
2028 * {@link AttachmentColumns#DESTINATION}.
2036 * {@link AttachmentColumns#DOWNLOADED_SIZE} should reflect the current
2039 * the accompanying destination in {@link AttachmentColumns#DESTINATION}
2045 * {@link AttachmentColumns#DOWNLOADED_SIZE} should reflect the current
2071 public static final class AttachmentColumns {
2170 private AttachmentColumns() {}