Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/mail/transport/
DMailTransport.java74 private boolean mTrustCertificates; field in MailTransport
106 newObject.mTrustCertificates = mTrustCertificates; in clone()
133 mTrustCertificates = trustAllCertificates; in setSecurity()
153 return mTrustCertificates; in canTrustAllCertificates()
/packages/apps/Email/tests/src/com/android/email/mail/transport/
DMockTransport.java51 private boolean mTrustCertificates; field in MockTransport
177 return mTrustCertificates; in canTrustAllCertificates()
323 mTrustCertificates = trustAllCertificates; in setSecurity()