HomeSort by relevance Sort by last modified time
    Searched defs:MimeType (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
MimeType.java 35 public class MimeType {
123 * @param mimeType original mime type of the attachment.
126 public static String inferMimeType(String name, String mimeType) {
131 return mimeType;
133 final boolean isTextPlain = TEXT_PLAIN.equalsIgnoreCase(mimeType);
135 isTextPlain || GENERIC_MIMETYPE.equalsIgnoreCase(mimeType);
138 if (isGenericType || TextUtils.isEmpty(mimeType)) {
148 return !TextUtils.isEmpty(mimeType) ? mimeType : GENERIC_MIMETYPE;
156 * @param mimeType the mime type to chec
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusImaging.h 121 const WCHAR* MimeType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 117 WCHAR *MimeType;

Completed in 222 milliseconds