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