Home | History | Annotate | Download | only in provider

Lines Matching refs:Attachment

35 import com.android.emailcommon.provider.EmailContent.Attachment;
63 * Using the standard application context, account #10 and attachment # 20, this would be:
97 * Returns the mime type for a given attachment. There are three possible results:
98 * - If thumbnail Uri, always returns "image/png" (even if there's no attachment)
99 * - If the attachment does not exist, returns null
100 * - Returns the mime type of the attachment
112 uri = ContentUris.withAppendedId(Attachment.CONTENT_URI, Long.parseLong(id));
133 * Open an attachment file. There are two "formats" - "raw", which returns an actual file,
244 * Returns a cursor based on the data in the attachments table, or null if the attachment
271 uri = ContentUris.withAppendedId(Attachment.CONTENT_URI, Long.parseLong(id));