Home
last modified time | relevance | path

Searched defs: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()
38 public AuptTerminator(Throwable throwable) { in AuptTerminator()
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java285 Throwable throwable = failure.getException(); in testStopsEarly_ifBatteryLevelIsBelowThreshold() local
312 Throwable throwable = failure.getException(); in testStopsEarly_ifBatteryDrainIsAboveThreshold() local
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DChecksumReporter.java389 public ChecksumValidationException(String detailMessage, Throwable throwable) { in ChecksumValidationException()