Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DMethodsWithGenericTest.java69 CommandPacket methodsWithGenericCommand = new CommandPacket( in testMethodsWithGeneric001() local
72 methodsWithGenericCommand.setNextValueAsReferenceTypeID(refTypeID); in testMethodsWithGeneric001()
74 …acket methodsWithGenericReply = debuggeeWrapper.vmMirror.performCommand(methodsWithGenericCommand); in testMethodsWithGeneric001()
75 methodsWithGenericCommand = null; in testMethodsWithGeneric001()