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.java1308 private static class AttachmentToSave { class in ConversationFragment
1313 AttachmentToSave(final Uri uri, final String contentType) { in AttachmentToSave() method in ConversationFragment.AttachmentToSave
1321 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()