Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/adapters/
DTermsAdapterUtils.java41 public static void populateContentTextView(Context context, TextView contentTextView, in populateContentTextView() argument
47 contentTextView.setText(content); in populateContentTextView()
48 contentTextView.setContentDescription( in populateContentTextView()
52 contentTextView.setMovementMethod(LinkMovementMethod.getInstance()); in populateContentTextView()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/usb/
DTvUsbDialogActivity.java78 TextView contentTextView = findViewById(R.id.bottom_sheet_body); in initUI() local
85 contentTextView.setText(text); in initUI()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/hdmi/
DHdmiCecActiveSourceLostActivity.java76 TextView contentTextView = findViewById(R.id.bottom_sheet_body); in initUI() local
83 contentTextView.setText(getString(R.string.hdmi_cec_on_active_source_lost_description)); in initUI()
DHdmiCecSetMenuLanguageActivity.java83 TextView contentTextView = findViewById(R.id.bottom_sheet_body); in initUI() local
90 contentTextView.setText(text); in initUI()