Home
last modified time | relevance | path

Searched refs:mUriAttachmentMap (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DEmlAttachmentProvider.java93 private Map<Uri, Attachment> mUriAttachmentMap; field in EmlAttachmentProvider
113 mUriAttachmentMap = Maps.newHashMap(); in onCreate()
138 addRow(cursor, mUriAttachmentMap.get(uri)); in query()
153 final Attachment attachment = mUriAttachmentMap.get(attachmentsUri); in query()
175 return mUriAttachmentMap.get(uri).getContentType(); in getType()
186 if (mUriAttachmentMap.put(uri, new Attachment(values)) == null) { in insert()
211 mUriAttachmentMap.remove(attachmentUri); in delete()
242 final Attachment attachment = mUriAttachmentMap.get(uri); in addRow()
296 final Attachment attachment = mUriAttachmentMap.get(uri); in copyAttachment()
471 final Attachment attachment = mUriAttachmentMap.get(uri); in getFilePath()