HomeSort by relevance Sort by last modified time
    Searched refs:MethodsWithGenericCommand (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPCommands.java 119 public static final byte MethodsWithGenericCommand = 15;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
MethodsWithGenericTest.java 69 CommandPacket methodsWithGenericCommand = new CommandPacket(
71 JDWPCommands.ReferenceTypeCommandSet.MethodsWithGenericCommand);
72 methodsWithGenericCommand.setNextValueAsReferenceTypeID(refTypeID);
74 ReplyPacket methodsWithGenericReply = debuggeeWrapper.vmMirror.performCommand(methodsWithGenericCommand);
75 methodsWithGenericCommand = null;

Completed in 154 milliseconds