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

/libcore/crypto/src/main/java/org/conscrypt/
H A DOpenSSLSocketImpl.java87 private boolean handshakeStarted = false; field in class:OpenSSLSocketImpl
252 if (!handshakeStarted) {
253 handshakeStarted = true;
840 if (handshakeStarted) {
885 if (handshakeStarted) {
908 if (handshakeStarted) {
981 if (!handshakeStarted) {
983 handshakeStarted = true;
1008 if (handshakeStarted) {

Completed in 160 milliseconds