Searched refs:restoreBodyWithMessageId (Results 1 – 5 of 5) sorted by relevance
106 body = EmailContent.Body.restoreBodyWithMessageId(context, localMessage.mId); in copyOneMessageToProvider()
3074 Body body = Body.restoreBodyWithMessageId(context, messageId); in genQueryViewMessage()
95 return Body.restoreBodyWithMessageId(mMockContext, message.mId); in createTestBody()
156 final Body body = Body.restoreBodyWithMessageId(context, message.mId); in writeTo()
539 public static Body restoreBodyWithMessageId(Context context, long messageId) { in restoreBodyWithMessageId() method in EmailContent.Body