Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionCaughtTest.java246 String expectedCatchLocationMethodName = getCatchLocationMethodName(fromNative); in runCatchLocationTest() local
248 long debuggeeThrowMethodID = getMethodID(debuggeeClassID, expectedCatchLocationMethodName); in runCatchLocationTest()
255 builder.append(expectedCatchLocationMethodName); in runCatchLocationTest()