Searched refs:mTextContent (Results 1 – 6 of 6) sorted by relevance
498 public String mTextContent; field in EmailContent.Body517 values.put(BodyColumns.TEXT_CONTENT, mTextContent); in toContentValues()632 mTextContent = readBodyFromProvider(context, cursor.getString(CONTENT_TEXT_URI_COLUMN)); in restore()
445 assertEquals("body text", text2, body2.mTextContent); in testMessageSave()716 assertEquals(body1.mTextContent, textContent); in testUpdateBodyWithMessageId()730 assertTrue(!body2.mTextContent.equals(textContent)); in testUpdateBodyWithMessageId()734 assertEquals(body2.mTextContent, textContent); in testUpdateBodyWithMessageId()
216 body.mTextContent = textContent; in setupBody()
117 body.mTextContent = TEST_STRING; in testSendMessageWithBody()
127 body.mTextContent = data.textContent; in copyOneMessageToProvider()
96 final String[] messageBody = new String[] { body.mTextContent, body.mHtmlContent }; in buildBodyText()