Lines Matching refs:TextView
41 import android.widget.TextView;
158 TextView contextView = (TextView) View.inflate(this, R.layout.cert_chooser_header, null);
245 TextView installText = (TextView) footer.findViewById(R.id.cert_chooser_install_message);
288 holder.mAliasTextView = (TextView) view.findViewById(R.id.cert_item_alias);
289 holder.mSubjectTextView = (TextView) view.findViewById(R.id.cert_item_subject);
316 private final TextView mSubjectView;
317 private CertLoader(int adapterPosition, TextView subjectView) {
349 TextView mAliasTextView;
350 TextView mSubjectTextView;