Searched refs:TEXT_PLAIN (Results 1 – 2 of 2) sorted by relevance
31 public static final String TEXT_PLAIN = "text/plain"; field in ContentType84 sSupportedContentTypes.add(TEXT_PLAIN);
382 part.setContentType(ContentType.TEXT_PLAIN.getBytes()); in addTextPart()