Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DSourceFileTest.java68 CommandPacket sourceFileCommand = new CommandPacket( in testSourceFile001() local
71 sourceFileCommand.setNextValueAsReferenceTypeID(refTypeID); in testSourceFile001()
73 ReplyPacket sourceFileReply = debuggeeWrapper.vmMirror.performCommand(sourceFileCommand); in testSourceFile001()
74 sourceFileCommand = null; in testSourceFile001()