Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionUncaughtTest.java34 private static final String THROW_EXCEPTION_METHOD = "throwDebuggeeException"; field in ExceptionUncaughtTest
114 long debuggeeThrowMethodID = getMethodID(debuggeeClassID, THROW_EXCEPTION_METHOD); in testExceptionUncaughtEvent_ThrowLocation()
121 builder.append(THROW_EXCEPTION_METHOD); in testExceptionUncaughtEvent_ThrowLocation()