Home
last modified time | relevance | path

Searched defs:TestException (Results 1 – 1 of 1) 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