Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DMethodsTest.java68 CommandPacket methodsCommand = new CommandPacket( in testMethods001() local
71 methodsCommand.setNextValueAsReferenceTypeID(refTypeID); in testMethods001()
73 ReplyPacket methodsReply = debuggeeWrapper.vmMirror.performCommand(methodsCommand); in testMethods001()
74 methodsCommand = null; in testMethods001()