Home
last modified time | relevance | path

Searched refs:canTrustAllCertificates (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/mail/transport/
DMailTransport.java98 public boolean canTrustAllCertificates() { in canTrustAllCertificates() method in MailTransport
116 mContext, mHostAuth, null, canTrustAllCertificates()).createSocket(); in open()
122 if (canTrySslSecurity() && !canTrustAllCertificates()) { in open()
126 "open", Boolean.toString(canTrustAllCertificates()), 0); in open()
167 canTrustAllCertificates()) in reopenTls()
174 "reopenTls", Boolean.toString(canTrustAllCertificates()), 0); in reopenTls()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DMailTransport.java93 public boolean canTrustAllCertificates() { in canTrustAllCertificates() method in MailTransport
207 if (!canTrustAllCertificates()) { in reopenTls()