Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java466 View certificateView = factory.inflate( in inflateCertificateView() local
472 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_common)) in inflateCertificateView()
474 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_org)) in inflateCertificateView()
476 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_org_unit)) in inflateCertificateView()
480 ((TextView) certificateView.findViewById(com.android.internal.R.id.serial_number)) in inflateCertificateView()
486 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_common)) in inflateCertificateView()
488 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_org)) in inflateCertificateView()
490 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_org_unit)) in inflateCertificateView()
496 ((TextView) certificateView.findViewById(com.android.internal.R.id.issued_on)) in inflateCertificateView()
501 ((TextView) certificateView.findViewById(com.android.internal.R.id.expires_on)) in inflateCertificateView()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsDialogBuilder.java314 View certificateView = views.get(i); in getCertLayout() local
316 certificateView.setVisibility(i == 0 ? View.VISIBLE : View.GONE); in getCertLayout()
317 certLayout.addView(certificateView); in getCertLayout()
/aosp12/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java846 final View certificateView = (View) SslCertificate.class.getMethod( in setViewSecurityCertificate() local
849 certificateLayout.addView(certificateView); in setViewSecurityCertificate()