Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionCaughtTest.java122 runCatchLocationTest(false); in testExceptionEvent_CatchLocation_FromJava()
138 runCatchLocationTest(true); in testExceptionEvent_CatchLocation_FromNative()
223 private void runCatchLocationTest(boolean fromNative) { in runCatchLocationTest() method in ExceptionCaughtTest