Searched refs:restoreBodyWithMessageId (Results 1 – 4 of 4) sorted by relevance
64 Body body = Body.restoreBodyWithMessageId(context, message.mId); in buildBodyText()
138 Body body = Body.restoreBodyWithMessageId(mMockContext, msg4.mId); in testSendDeletedItems()
966 EmailContent.Body body = EmailContent.Body.restoreBodyWithMessageId(mContext, in copyOneMessageToProvider()
283 public static Body restoreBodyWithMessageId(Context context, long messageId) { in restoreBodyWithMessageId() method in EmailContent.Body