Searched defs:expectSslErrors (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java90 private int expectSslErrors = -1; field in class:TestEventHandler
515 if (expectSslErrors != -1) {
516 if (expectSslErrors == primaryError) {
517 expectSslErrors = -1;
520 expectSslErrors+" got: " + primaryError);
527 if (expectSslErrors == -1) // && expectSslCertificate == certificate?
727 expectSslErrors = errors;
771 expectSslErrors = -1;

Completed in 32 milliseconds