Lines Matching refs:TextView
42 import android.widget.TextView;
153 TextView contextView = (TextView) View.inflate(this, R.layout.cert_chooser_header, null);
247 TextView installText = (TextView) footer.findViewById(R.id.cert_chooser_install_message);
290 holder.mAliasTextView = (TextView) view.findViewById(R.id.cert_item_alias);
291 holder.mSubjectTextView = (TextView) view.findViewById(R.id.cert_item_subject);
318 private final TextView mSubjectView;
319 private CertLoader(int adapterPosition, TextView subjectView) {
351 TextView mAliasTextView;
352 TextView mSubjectTextView;