Searched refs:getContentType (Results 1 – 4 of 4) sorted by relevance
405 assertEquals(LogDataType.TEXT.getContentType(), in testGetContentType_text()406 FileUtil.getContentType("path/to/file.txt")); in testGetContentType_text()411 assertEquals(LogDataType.HTML.getContentType(), in testGetContentType_html()412 FileUtil.getContentType("path/to/file.html")); in testGetContentType_html()417 assertEquals(LogDataType.PNG.getContentType(), in testGetContentType_png()418 FileUtil.getContentType("path/to/file.png")); in testGetContentType_png()
76 public String getContentType() { in getContentType() method in LogDataType
144 public String getContentType() { in getContentType() method in IEmail.Message
123 addHeader(headers, "Content-type", msg.getContentType()); in send()