Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DMonitorInfoTest.java117 CommandPacket suspendCommand = new CommandPacket( in testMonitorInfo001() local
121 ReplyPacket suspendReply = debuggeeWrapper.vmMirror.performCommand(suspendCommand); in testMonitorInfo001()
122 suspendCommand = null; in testMonitorInfo001()
199 suspendCommand = new CommandPacket( in testMonitorInfo001()
203 suspendReply = debuggeeWrapper.vmMirror.performCommand(suspendCommand); in testMonitorInfo001()
204 suspendCommand = null; in testMonitorInfo001()