Searched refs:bodyText (Results 1 – 3 of 3) sorted by relevance
64 TextView bodyText = dialogView.findViewById(R.id.start_rotation_dialog_subhead); in onCreateDialog() local65 bodyText.setText(Html.fromHtml(getResources().getString(getBodyTextResourceId()))); in onCreateDialog()
907 String bodyText = null;933 bodyText = jsonReader.nextString();967 if (bodyText != null) {968 mms.body = new MmsBody(bodyText, bodyCharset);972 || mms.attachments.size() == 0) && bodyText != null ? 1 : 0);
149 TextView bodyText = container.findViewById(R.id.font_card_body); in bindPreview() local150 bodyText.setTypeface(mBodyFont); in bindPreview()