Searched refs:mContentType (Results 1 – 3 of 3) sorted by relevance
61 private final String mContentType; field in LogDataType69 mContentType = contentType; in LogDataType()77 return mContentType; in getContentType()
58 private String mContentType = PLAIN; field in IEmail.Message113 mContentType = contentType; in setContentType()145 return mContentType; in getContentType()149 return HTML.equals(mContentType); in isHtml()
347 String mContentType; field in HttpHelper.PostRequestRunnable351 mContentType = contentType; in PostRequestRunnable()365 HttpURLConnection conn = createConnection(new URL(getUrl()), "POST", mContentType); in run()