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 {
125 * @param mimeType original mime type of the attachment.
128 public static String inferMimeType(String name, String mimeType) {
133 return mimeType;
135 final boolean isTextPlain = TEXT_PLAIN.equalsIgnoreCase(mimeType);
137 isTextPlain || GENERIC_MIMETYPE.equalsIgnoreCase(mimeType);
140 if (isGenericType || TextUtils.isEmpty(mimeType)) {
150 return !TextUtils.isEmpty(mimeType) ? mimeType : GENERIC_MIMETYPE;
158 * @param mimeType the mime type to chec
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 117 WCHAR *MimeType;
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 89 milliseconds