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

  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
AttachmentUtilitiesTests.java 52 final String TEXT_PLAIN = "text/plain";
64 AttachmentUtilities.inferMimeType("a.eMl", TEXT_PLAIN));
80 assertEquals("image/png", AttachmentUtilities.inferMimeType(FILE_PNG, TEXT_PLAIN));
97 assertEquals(TEXT_PLAIN, AttachmentUtilities.inferMimeType(FILE_ABC, TEXT_PLAIN));
98 assertEquals(TEXT_PLAIN,
99 AttachmentUtilities.inferMimeType(FILE_NO_EXT, TEXT_PLAIN));
100 assertEquals(TEXT_PLAIN, AttachmentUtilities.inferMimeType(null, TEXT_PLAIN));
101 assertEquals(TEXT_PLAIN, AttachmentUtilities.inferMimeType("", TEXT_PLAIN))
    [all...]
  /frameworks/base/core/java/com/google/android/mms/
ContentType.java 31 public static final String TEXT_PLAIN = "text/plain";
82 sSupportedContentTypes.add(TEXT_PLAIN);

Completed in 126 milliseconds