Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java109 public static final byte InterfacesCommand = 10; field in JDWPCommands.ReferenceTypeCommandSet
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DInterfacesTest.java71 JDWPCommands.ReferenceTypeCommandSet.InterfacesCommand); in testInterfaces001()