Searched refs:hasError (Results 1 – 3 of 3) sorted by relevance
38 assertTrue(error.hasError(SslError.SSL_EXPIRED)); in testHasError()39 assertFalse(error.hasError(SslError.SSL_UNTRUSTED)); in testHasError()44 assertFalse(error.hasError(SslError.SSL_UNTRUSTED)); in testAddError()46 assertTrue(error.hasError(SslError.SSL_UNTRUSTED)); in testAddError()52 assertFalse(error.hasError(42)); in testAddErrorIgnoresInvalidValues()57 assertFalse(error.hasError(42)); in testConstructorIgnoresInvalidValues()
514 boolean hasError(int api) { in hasError() method in AudioDataPathsBaseActivity.TestModule752 if (hasError(api)) { in generateReport()1218 if (module.canRun() && (module.hasError(api) || !module.hasPassed(api))) { in countFailures()
11904 method public boolean hasError();29134 method public boolean hasError(int);