Home
last modified time | relevance | path

Searched refs:PLAIN (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIEmail.java49 static final String PLAIN = "text/plain"; field in IEmail.Message
58 private String mContentType = PLAIN;
120 setContentType(PLAIN); in setHtml()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DEmailTest.java157 assertEquals(Message.PLAIN, headers.get("Content-type")); in testSend_simple()