Home
last modified time | relevance | path

Searched defs:TestUtilsException (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java477 public static final class TestUtilsException extends Exception { class in TestUtils
483 private TestUtilsException(String message) { in TestUtilsException() method in TestUtils.TestUtilsException
493 private TestUtilsException(String message, Throwable cause) { in TestUtilsException() method in TestUtils.TestUtilsException
502 private TestUtilsException(Throwable cause) { in TestUtilsException() method in TestUtils.TestUtilsException