Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAttachment.java217 cursor.getString(cursor.getColumnIndex(AttachmentColumns.PREVIEW_INTENT_URI))); in Attachment()
236 previewIntentUri = parseOptionalUri(srcJson, AttachmentColumns.PREVIEW_INTENT_URI); in Attachment()
312 parseOptionalUri(values.getAsString(AttachmentColumns.PREVIEW_INTENT_URI)); in Attachment()
337 values.put(AttachmentColumns.PREVIEW_INTENT_URI, in toContentValues()
380 result.put(AttachmentColumns.PREVIEW_INTENT_URI, stringify(previewIntentUri)); in toJSON()
DUIProvider.java1956 AttachmentColumns.PREVIEW_INTENT_URI,
2137 public static final String PREVIEW_INTENT_URI = "previewIntentUri"; field in UIProvider.AttachmentColumns