Home
last modified time | relevance | path

Searched refs:AttachmentToSave (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java1298 private static class AttachmentToSave { class in ConversationFragment
1303 AttachmentToSave(final Uri uri, final String contentType) { in AttachmentToSave() method in ConversationFragment.AttachmentToSave
1311 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()