Home
last modified time | relevance | path

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

/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
DTestException.java23 class TestException extends Exception { class
24 TestException(Exception cause) { in TestException() method in TestException
28 TestException(String msg) { in TestException() method in TestException
32 TestException(String msg, Exception cause) { in TestException() method in TestException
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/testing/
DAssertTest.java79 static class TestException extends RuntimeException { class in AssertTest