Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DFieldsTest.java68 CommandPacket fieldsCommand = new CommandPacket( in testFields001() local
71 fieldsCommand.setNextValueAsReferenceTypeID(refTypeID); in testFields001()
73 ReplyPacket fieldsReply = debuggeeWrapper.vmMirror.performCommand(fieldsCommand); in testFields001()
74 fieldsCommand = null; in testFields001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java430 CommandPacket fieldsCommand = new CommandPacket( in checkFields() local
433 fieldsCommand.setNextValueAsReferenceTypeID(refTypeID); in checkFields()
435 .performCommand(fieldsCommand); in checkFields()
436 fieldsCommand = null; in checkFields()