Searched refs:helpTextView (Results 1 – 2 of 2) sorted by relevance
101 final TextView helpTextView = view.findViewById(R.id.bluetooth_audio_codec_help_info); in onBindDialogView() local104 helpTextView.setVisibility(View.GONE); in onBindDialogView()106 helpTextView.setText(R.string.bluetooth_select_a2dp_codec_type_help_info); in onBindDialogView()107 helpTextView.setVisibility(View.VISIBLE); in onBindDialogView()
165 final TextView helpTextView = view.findViewById(R.id.private_dns_help_info); in onBindDialogView() local166 helpTextView.setMovementMethod(LinkMovementMethod.getInstance()); in onBindDialogView()173 helpTextView.setText(AnnotationSpan.linkify( in onBindDialogView()176 helpTextView.setText(""); in onBindDialogView()