Home
last modified time | relevance | path

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

/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/targetprep/
DMultiSimPreparer.java50 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable throwable) in tearDown() argument
/test/suite_harness/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()