Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DTopLevelThreadGroupsTest.java97 ReplyPacket replyChilds = debuggeeWrapper.vmMirror.performCommand(packet); in printThreadGroup() local
98 checkReplyPacket(replyChilds, "ThreadGroupReference::Children command"); in printThreadGroup()
100 int childThreads = replyChilds.getNextValueAsInt(); in printThreadGroup()
104 long id = replyChilds.getNextValueAsThreadID(); in printThreadGroup()
118 int childGroups = replyChilds.getNextValueAsInt(); in printThreadGroup()
122 long id = replyChilds.getNextValueAsThreadGroupID(); in printThreadGroup()