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
493 if (TextUtils.isEmpty(inferredContentType)) { in getContentType()
494 inferredContentType = MimeType.inferMimeType(name, contentType); in getContentType()
496 return inferredContentType; in getContentType()
516 this.inferredContentType = null; in setContentType()
527 this.inferredContentType = null; in setName()