Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DThreadGroupTest.java62 ReplyPacket replyThread, reply = debuggeeWrapper.vmMirror.getAllThreadID(); in testThreadGroup001() local
79 replyThread = debuggeeWrapper.vmMirror.performCommand(packet); in testThreadGroup001()
80 checkReplyPacket(replyThread, "ThreadReference::ThreadGroup command"); in testThreadGroup001()
82 groupID = replyThread.getNextValueAsThreadGroupID(); in testThreadGroup001()