Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/http/
DSslCertificate.java453 View certificateView = factory.inflate( in inflateCertificateView() local
459 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_common)) in inflateCertificateView()
461 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_org)) in inflateCertificateView()
463 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_org_unit)) in inflateCertificateView()
467 ((TextView) certificateView.findViewById(com.android.internal.R.id.serial_number)) in inflateCertificateView()
473 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_common)) in inflateCertificateView()
475 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_org)) in inflateCertificateView()
477 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_org_unit)) in inflateCertificateView()
483 ((TextView) certificateView.findViewById(com.android.internal.R.id.issued_on)) in inflateCertificateView()
488 ((TextView) certificateView.findViewById(com.android.internal.R.id.expires_on)) in inflateCertificateView()
[all …]