Searched refs:invokeMethodCommandID (Results 1 – 1 of 1) sorted by relevance
94 int invokeMethodCommandID = -1; in runInvokeMethodTest() local96 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()