Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTerminator.java30 public AuptTerminator(String detailMessage, Throwable throwable) { in AuptTerminator() argument
31 super(detailMessage, throwable); in AuptTerminator()
38 public AuptTerminator(Throwable throwable) { in AuptTerminator() argument
39 super(throwable); in AuptTerminator()
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java262 Throwable throwable = failure.getException(); in testStopsEarly_ifBatteryLevelIsBelowThreshold() local
266 throwable.getClass()), in testStopsEarly_ifBatteryLevelIsBelowThreshold()
267 throwable instanceof TerminateEarlyException); in testStopsEarly_ifBatteryLevelIsBelowThreshold()
268 assertThat(throwable) in testStopsEarly_ifBatteryLevelIsBelowThreshold()
289 Throwable throwable = failure.getException(); in testStopsEarly_ifBatteryDrainIsAboveThreshold() local
293 throwable.getClass()), in testStopsEarly_ifBatteryDrainIsAboveThreshold()
294 throwable instanceof TerminateEarlyException); in testStopsEarly_ifBatteryDrainIsAboveThreshold()
295 assertThat(throwable) in testStopsEarly_ifBatteryDrainIsAboveThreshold()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DChecksumReporter.java389 public ChecksumValidationException(String detailMessage, Throwable throwable) { in ChecksumValidationException() argument
390 super(detailMessage, throwable); in ChecksumValidationException()