Searched defs:mAttachmentPreviews (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAttachmentTileGrid.java55 private final HashMap<String, AttachmentPreview> mAttachmentPreviews; field in class:AttachmentTileGrid
66 mAttachmentPreviews = Maps.newHashMap();
238 return Lists.newArrayList(mAttachmentPreviews.values());
244 mAttachmentPreviews.put(preview.attachmentIdentifier, preview);
256 mAttachmentPreviews.put(
268 final AttachmentPreview attachmentPreview = mAttachmentPreviews.get(

Completed in 45 milliseconds