Home | History | Annotate | Download | only in keychain

Lines Matching refs:TextView

42 import android.widget.TextView;
159 TextView contextView = (TextView) View.inflate(this, R.layout.cert_chooser_header, null);
253 TextView installText = (TextView) footer.findViewById(R.id.cert_chooser_install_message);
296 holder.mAliasTextView = (TextView) view.findViewById(R.id.cert_item_alias);
297 holder.mSubjectTextView = (TextView) view.findViewById(R.id.cert_item_subject);
324 private final TextView mSubjectView;
325 private CertLoader(int adapterPosition, TextView subjectView) {
357 TextView mAliasTextView;
358 TextView mSubjectTextView;