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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFragment.java1298 private static class AttachmentToSave { class in class:ConversationFragment
1303 AttachmentToSave(final Uri uri, final String contentType) { method in class:ConversationFragment.AttachmentToSave
1311 private final List<AttachmentToSave> mAttachmentsToSave = new ArrayList<>();
1324 mAttachmentsToSave.add(new AttachmentToSave(contentUri, contentType));
1338 for (final AttachmentToSave attachment : mAttachmentsToSave) {
1353 for (final AttachmentToSave attachment : mAttachmentsToSave) {

Completed in 31 milliseconds