Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionUncaughtTest.java32 private static final String EXCEPTION_SIGNATURE = getClassSignature(DebuggeeException.class); field in ExceptionUncaughtTest
70 EXCEPTION_SIGNATURE, returnedExceptionSignature); in testExceptionUncaughtEvent_ExceptionObject()
190 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(EXCEPTION_SIGNATURE, in requestAndReceiveExceptionEvent()
DExceptionWithLocationTest.java31 …private static final String EXCEPTION_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/Events/Debu… field in ExceptionWithLocationTest
70 exceptionClassId = getClassIDBySignature(EXCEPTION_SIGNATURE); in createEventBuilder()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DCountModifierTest.java39 …String EXCEPTION_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/EventModifiers/CountModifierDebu… field in CountModifierTest
163 EventBuilder builder = createExceptionEventBuilder(EXCEPTION_SIGNATURE, in testException()