Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPInvokeMethodWithSuspensionTestCase.java94 int invokeMethodCommandID = -1; in runInvokeMethodTest() local
96 invokeMethodCommandID = debuggeeWrapper.vmMirror.sendCommand(invokeMethodCommand); in runInvokeMethodTest()
130 logWriter.println("Receiving reply for command " + invokeMethodCommandID + " ..."); in runInvokeMethodTest()
131 invokeMethodReply = debuggeeWrapper.vmMirror.receiveReply(invokeMethodCommandID); in runInvokeMethodTest()
136 logWriter.println("Received reply for command " + invokeMethodCommandID + " OK"); in runInvokeMethodTest()