Home
last modified time | relevance | path

Searched refs:getBodyHtmlUriForMessageWithId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/provider/
DEmailMessageCursor.java71 final Uri htmlUri = Body.getBodyHtmlUriForMessageWithId(messageId); in EmailMessageCursor()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DEmailContent.java587 public static Uri getBodyHtmlUriForMessageWithId(long messageId) { in getBodyHtmlUriForMessageWithId() method in EmailContent.Body
599 getBodyHtmlUriForMessageWithId(messageId).toString()); in restoreBodyHtmlWithMessageId()