Searched refs:AttachmentToSave (Results 1 – 1 of 1) sorted by relevance
1298 private static class AttachmentToSave { class in ConversationFragment1303 AttachmentToSave(final Uri uri, final String contentType) { in AttachmentToSave() method in ConversationFragment.AttachmentToSave1311 private final List<AttachmentToSave> mAttachmentsToSave = new ArrayList<>();1324 mAttachmentsToSave.add(new AttachmentToSave(contentUri, contentType)); in addAttachmentToSave()1338 for (final AttachmentToSave attachment : mAttachmentsToSave) { in doInBackgroundTimed()1353 for (final AttachmentToSave attachment : mAttachmentsToSave) { in onPostExecute()