Searched defs:mCertificate (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DSslError.java75 final SslCertificate mCertificate; field in class:SslError
117 mCertificate = certificate;
159 return mCertificate;
H A DConnection.java67 protected SslCertificate mCertificate = null; field in class:Connection
140 return mCertificate;
229 req.mEventHandler.certificate(mCertificate);
357 mCertificate = null;
/frameworks/base/core/java/android/webkit/
H A DWebView.java437 private SslCertificate mCertificate; field in class:WebView
1557 return mCertificate;
1569 mCertificate = certificate;
1818 if (mCertificate != null) {
1820 SslCertificate.saveState(mCertificate));
2012 mCertificate = SslCertificate.restoreState(

Completed in 183 milliseconds