Home
last modified time | relevance | path

Searched refs:hasError (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/apache-http/src/android/net/http/cts/
DSslErrorTest.java38 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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDataPathsBaseActivity.java514 boolean hasError(int api) { in hasError() method in AudioDataPathsBaseActivity.TestModule
752 if (hasError(api)) { in generateReport()
1218 if (module.canRun() && (module.hasError(api) || !module.hasPassed(api))) { in countFailures()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt11904 method public boolean hasError();
29134 method public boolean hasError(int);