HomeSort by relevance Sort by last modified time
    Searched refs:certificateView (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/http/
SslCertificate.java 436 View certificateView = factory.inflate(
442 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_common))
444 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_org))
446 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_org_unit))
450 ((TextView) certificateView.findViewById(com.android.internal.R.id.serial_number))
456 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_common))
458 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_org))
460 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_org_unit))
466 ((TextView) certificateView.findViewById(com.android.internal.R.id.issued_on))
471 ((TextView) certificateView.findViewById(com.android.internal.R.id.expires_on)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
PageDialogsHandler.java 343 View certificateView = certificate.inflateCertificateView(mContext);
345 (LinearLayout)certificateView.findViewById(com.android.internal.R.id.placeholder);
388 .setView(certificateView);

Completed in 162 milliseconds