Searched refs:AttachmentToSave (Results 1 – 1 of 1) sorted by relevance
1308 private static class AttachmentToSave { class in ConversationFragment1313 AttachmentToSave(final Uri uri, final String contentType) { in AttachmentToSave() method in ConversationFragment.AttachmentToSave1321 private final List<AttachmentToSave> mAttachmentsToSave = new ArrayList<>();1334 mAttachmentsToSave.add(new AttachmentToSave(contentUri, contentType)); in addAttachmentToSave()1348 for (final AttachmentToSave attachment : mAttachmentsToSave) { in doInBackgroundTimed()1363 for (final AttachmentToSave attachment : mAttachmentsToSave) { in onPostExecute()