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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DAttachmentUtils.java57 * @see #getMimeTypeDisplayName(Context, String)
98 String displayType = getMimeTypeDisplayName(context, contentType);
101 displayType = getMimeTypeDisplayName(context, contentType.substring(0, index));
125 public static synchronized String getMimeTypeDisplayName(final Context context, method in class:AttachmentUtils

Completed in 178 milliseconds