Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAttachment.java97 private String inferredContentType; field in Attachment
472 if (TextUtils.isEmpty(inferredContentType)) { in getContentType()
473 inferredContentType = MimeType.inferMimeType(name, contentType); in getContentType()
475 return inferredContentType; in getContentType()
495 this.inferredContentType = null; in setContentType()
506 this.inferredContentType = null; in setName()