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

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

Completed in 81 milliseconds