Searched refs:certificateView (Results 1 – 3 of 3) sorted by relevance
466 View certificateView = factory.inflate( in inflateCertificateView() local472 ((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 …]
314 View certificateView = views.get(i); in getCertLayout() local316 certificateView.setVisibility(i == 0 ? View.VISIBLE : View.GONE); in getCertLayout()317 certLayout.addView(certificateView); in getCertLayout()
846 final View certificateView = (View) SslCertificate.class.getMethod( in setViewSecurityCertificate() local849 certificateLayout.addView(certificateView); in setViewSecurityCertificate()