HomeSort by relevance Sort by last modified time
    Searched refs:clientException (Results 1 - 2 of 2) sorted by null

  /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 27 milliseconds