Home
last modified time | relevance | path

Searched refs:CONNECTION_SECURITY_SSL (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/
DTransport.java47 public static final int CONNECTION_SECURITY_SSL = 1; field
/packages/apps/Email/tests/src/com/android/email/mail/transport/
DMockTransport.java167 return (mConnectionSecurity == CONNECTION_SECURITY_SSL); in canTrySslSecurity()
/packages/apps/Email/src/com/android/email/mail/transport/
DSmtpSender.java75 connectionSecurity = Transport.CONNECTION_SECURITY_SSL; in SmtpSender()
DMailTransport.java143 return mConnectionSecurity == Transport.CONNECTION_SECURITY_SSL; in canTrySslSecurity()
/packages/apps/Email/src/com/android/email/mail/store/
DImapStore.java118 connectionSecurity = Transport.CONNECTION_SECURITY_SSL; in ImapStore()
DPop3Store.java112 connectionSecurity = Transport.CONNECTION_SECURITY_SSL; in Pop3Store()