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/
H A DExceptionWithLocationTest.java31 private static final String EXCEPTION_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/Events/DebuggeeException;"; field in class:ExceptionWithLocationTest
70 exceptionClassId = getClassIDBySignature(EXCEPTION_SIGNATURE);
H A DExceptionUncaughtTest.java32 private static final String EXCEPTION_SIGNATURE = getClassSignature(DebuggeeException.class); field in class:ExceptionUncaughtTest
71 EXCEPTION_SIGNATURE, returnedExceptionSignature);
191 ReplyPacket replyPacket = debuggeeWrapper.vmMirror.setException(EXCEPTION_SIGNATURE,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
H A DCountModifierTest.java39 String EXCEPTION_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/EventModifiers/CountModifierDebuggee$TestException;"; field in class:CountModifierTest
162 EventBuilder builder = createExceptionEventBuilder(EXCEPTION_SIGNATURE,

Completed in 146 milliseconds