Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DAttachmentUtils.java99 String displayType = getMimeTypeDisplayName(context, contentType); in getDisplayType()
102 displayType = getMimeTypeDisplayName(context, contentType.substring(0, index)); in getDisplayType()
126 public static synchronized String getMimeTypeDisplayName(final Context context, in getMimeTypeDisplayName() method in AttachmentUtils