Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DStartRotationDialogFragment.java64 TextView bodyText = dialogView.findViewById(R.id.start_rotation_dialog_subhead); in onCreateDialog() local
65 bodyText.setText(Html.fromHtml(getResources().getString(getBodyTextResourceId()))); in onCreateDialog()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java907 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);
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java149 TextView bodyText = container.findViewById(R.id.font_card_body); in bindPreview() local
150 bodyText.setTypeface(mBodyFont); in bindPreview()