Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DModifiersTest.java71 CommandPacket modifiersCommand = new CommandPacket( in testModifiers001() local
74 modifiersCommand.setNextValueAsReferenceTypeID(refTypeID); in testModifiers001()
76 ReplyPacket modifiersReply = debuggeeWrapper.vmMirror.performCommand(modifiersCommand); in testModifiers001()
77 modifiersCommand = null; in testModifiers001()
163 CommandPacket modifiersCommand = new CommandPacket( in testModifiers002() local
166 modifiersCommand.setNextValueAsReferenceTypeID(refTypeID); in testModifiers002()
168 ReplyPacket modifiersReply = debuggeeWrapper.vmMirror.performCommand(modifiersCommand); in testModifiers002()
169 modifiersCommand = null; in testModifiers002()