Searched refs:mAttachmentsToSave (Results 1 – 1 of 1) sorted by relevance
1321 private final List<AttachmentToSave> mAttachmentsToSave = new ArrayList<>(); field in ConversationFragment.SaveAttachmentTask1334 mAttachmentsToSave.add(new AttachmentToSave(contentUri, contentType)); in addAttachmentToSave()1338 return mAttachmentsToSave.size(); in getAttachmentCount()1348 for (final AttachmentToSave attachment : mAttachmentsToSave) { in doInBackgroundTimed()1363 for (final AttachmentToSave attachment : mAttachmentsToSave) { in onPostExecute()