Searched refs:bodyText (Results 1 – 3 of 3) sorted by relevance
65 TextView bodyText = dialogView.findViewById(R.id.start_rotation_dialog_subhead); in onCreateDialog() local66 bodyText.setText(Html.fromHtml(getResources().getString(getBodyTextResourceId()))); in onCreateDialog()
1199 String bodyText = null;1225 bodyText = jsonReader.nextString();1257 if (bodyText != null) {1258 mms.body = new MmsBody(bodyText, bodyCharset);1262 || mms.attachments.size() == 0) && bodyText != null ? 1 : 0);
473 UiObject2 bodyText = in fledgeViewTextPasEnabledTest() local475 assertNotNull(bodyText, R.string.settingsUI_pas_apps_view_body_text); in fledgeViewTextPasEnabledTest()