Home
last modified time | relevance | path

Searched defs:offerToResume (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeSslSession.java174 abstract void offerToResume(NativeSsl ssl) throws SSLException; in offerToResume() method in NativeSslSession
271 void offerToResume(NativeSsl ssl) throws SSLException { in offerToResume() method in NativeSslSession.Impl
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeSslSession.java175 abstract void offerToResume(NativeSsl ssl) throws SSLException; in offerToResume() method in NativeSslSession
272 void offerToResume(NativeSsl ssl) throws SSLException { in offerToResume() method in NativeSslSession.Impl