Home
last modified time | relevance | path

Searched refs:getException (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java515 assertThat(testResult.getException(), in testStartExposed01()
536 assertThat(testResult.getException(), in testStartExposed02()
558 assertThat(testResult.getException(), in testStartExposed03()
610 assertThat(testResult.getException(), in testStartExposed06()
632 assertThat(testResult.getException(), in testStartExposed07()
657 assertThat(testResult.getException(), in testStartExposed08()
686 assertThat(testResult.getException(), in testStartExposed09()
719 assertThat(testResult.getException(), in testStartExposed10()
738 assertThat(testResult.getException(), in testStartEphemeral()
756 assertThat(testResult.getException(), in testStartEphemeral()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestActivity.java132 if (f.getException() instanceof MultiConstellationNotSupportedException) { in executeTests()
232 if (failure.getException() instanceof MultiConstellationNotSupportedException) { in testFailure()
234 mTestsResults.append(failure.getException()); in testFailure()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DShellCommandDeviceTest.java43 assertNotNull(result.getException()); in assertShellCommandThrowsException()
DDirectShellCommand.java93 public Exception getException() { in getException() method in DirectShellCommand.Result
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DClientTest.java306 assertThat(testResult.getException(), in testStartNormal()
321 assertThat(testResult.getException(), in testStartNormal()
337 assertThat(testResult.getException(), in testStartNormal()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
DTestResult.java55 public String getException() { in getException() method in TestResult