Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/print/
DPrintUtils.java49 private static final String DIV_START = "<div>"; field in PrintUtils
191 recipients.append(DIV_START).append(res.getString(R.string.draft_heading)) in renderRecipients()
194 buildEmailDiv(res, recipients, to, DIV_START, DIV_END, in renderRecipients()
200 buildEmailDiv(res, recipients, cc, DIV_START, DIV_END, in renderRecipients()
205 buildEmailDiv(res, recipients, bcc, DIV_START, DIV_END, in renderRecipients()