Lines Matching refs:append
45 buf.append(context.getText(R.string.cmas_category_heading)); in getFormattedMessageBody()
46 buf.append(context.getText(categoryId)); in getFormattedMessageBody()
47 buf.append('\n'); in getFormattedMessageBody()
53 buf.append(context.getText(R.string.cmas_response_heading)); in getFormattedMessageBody()
54 buf.append(context.getText(responseId)); in getFormattedMessageBody()
55 buf.append('\n'); in getFormattedMessageBody()
61 buf.append(context.getText(R.string.cmas_severity_heading)); in getFormattedMessageBody()
62 buf.append(context.getText(severityId)); in getFormattedMessageBody()
63 buf.append('\n'); in getFormattedMessageBody()
69 buf.append(context.getText(R.string.cmas_urgency_heading)); in getFormattedMessageBody()
70 buf.append(context.getText(urgencyId)); in getFormattedMessageBody()
71 buf.append('\n'); in getFormattedMessageBody()
77 buf.append(context.getText(R.string.cmas_certainty_heading)); in getFormattedMessageBody()
78 buf.append(context.getText(certaintyId)); in getFormattedMessageBody()
79 buf.append('\n'); in getFormattedMessageBody()
85 buf.append(cbm.getMessageBody()); in getFormattedMessageBody()