Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java97 public static final byte FieldsCommand = 4; field in JDWPCommands.ReferenceTypeCommandSet
DVmMirror.java1299 packet.setCommand(JDWPCommands.ReferenceTypeCommandSet.FieldsCommand); in getFieldsInfo()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DSyntheticFieldsTest.java68 commandCode = JDWPCommands.ReferenceTypeCommandSet.FieldsCommand; in runTestSyntheticFields()
DFieldsTest.java70 JDWPCommands.ReferenceTypeCommandSet.FieldsCommand); in testFields001()