HomeSort by relevance Sort by last modified time
    Searched full:clientexception (Results 1 - 3 of 3) sorted by null

  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSocketPair.java 110 Exception clientException;
113 clientException = null;
115 clientException = e;
121 if (clientException != null) {
122 throw clientException;
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLEarlyCCSTest.java 219 Exception clientException = null;
223 clientException = e;
229 if (clientException != null) {
230 throw clientException;
OpenSSLHeartbleedTest.java 222 Exception clientException = null;
226 clientException = e;
232 if (clientException != null) {
233 throw clientException;
    [all...]

Completed in 337 milliseconds