OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:certificateView
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
CertificateViewer.java
82
LinearLayout
certificateView
= mViews.get(i);
84
certificateView
.setVisibility(LinearLayout.GONE);
86
container.addView(
certificateView
);
118
LinearLayout
certificateView
= new LinearLayout(mContext);
119
mViews.add(
certificateView
);
120
certificateView
.setOrientation(LinearLayout.VERTICAL);
127
addSectionTitle(
certificateView
, nativeGetCertIssuedToText());
128
addItem(
certificateView
, nativeGetCertInfoCommonNameText(),
130
addItem(
certificateView
, nativeGetCertInfoOrganizationText(),
132
addItem(
certificateView
, nativeGetCertInfoOrganizationUnitText()
[
all
...]
/frameworks/base/core/java/android/net/http/
SslCertificate.java
451
View
certificateView
= factory.inflate(
457
((TextView)
certificateView
.findViewById(com.android.internal.R.id.to_common))
459
((TextView)
certificateView
.findViewById(com.android.internal.R.id.to_org))
461
((TextView)
certificateView
.findViewById(com.android.internal.R.id.to_org_unit))
465
((TextView)
certificateView
.findViewById(com.android.internal.R.id.serial_number))
471
((TextView)
certificateView
.findViewById(com.android.internal.R.id.by_common))
473
((TextView)
certificateView
.findViewById(com.android.internal.R.id.by_org))
475
((TextView)
certificateView
.findViewById(com.android.internal.R.id.by_org_unit))
481
((TextView)
certificateView
.findViewById(com.android.internal.R.id.issued_on))
486
((TextView)
certificateView
.findViewById(com.android.internal.R.id.expires_on)
[
all
...]
/packages/apps/Browser/src/com/android/browser/
PageDialogsHandler.java
344
View
certificateView
= certificate.inflateCertificateView(mContext);
346
(LinearLayout)
certificateView
.findViewById(com.android.internal.R.id.placeholder);
389
.setView(
certificateView
);
Completed in 64 milliseconds