Searched refs:mConnectionSecurity (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/transport/
H A DMailTransport.java68 private int mConnectionSecurity; field in class:MailTransport
105 newObject.mConnectionSecurity = mConnectionSecurity;
132 mConnectionSecurity = connectionSecurity;
138 return mConnectionSecurity;
143 return mConnectionSecurity == Transport.CONNECTION_SECURITY_SSL;
148 return mConnectionSecurity == Transport.CONNECTION_SECURITY_TLS;
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java50 private int mConnectionSecurity; field in class:MockTransport
167 return (mConnectionSecurity == CONNECTION_SECURITY_SSL);
172 return (mConnectionSecurity == Transport.CONNECTION_SECURITY_TLS);
259 return mConnectionSecurity;
322 mConnectionSecurity = connectionSecurity;

Completed in 20 milliseconds