Searched defs:attachments (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DGmail.java1766 * cache. The gmail provider automatically syncs some attachments to the cache. Other
1767 * attachments can be downloaded on demand. Attachments in the cache will be purged as needed to
1789 .appendPath("attachments").appendPath(attachment.partId)
2101 ArrayList<Attachment> attachments = Lists.newArrayList();
2109 attachments.add(attachment);
2112 return attachments;
2184 * Sets the attachments on a message. Only valid for drafts.
2187 * @param attachments
2189 public static void putAttachments(ContentValues values, List<Attachment> attachments) { argument
2191 MessageColumns.JOINED_ATTACHMENT_INFOS, joinedAttachmentsString(attachments));
2236 joinedAttachmentsString(List<Gmail.Attachment> attachments) argument
[all...]

Completed in 24 milliseconds