Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DModifiersTest.java76 ReplyPacket modifiersReply = debuggeeWrapper.vmMirror.performCommand(modifiersCommand); in testModifiers001() local
78 checkReplyPacket(modifiersReply, thisCommandName); in testModifiers001()
80 int returnedModifiers = modifiersReply.getNextValueAsInt(); in testModifiers001()
140 assertAllDataRead(modifiersReply); in testModifiers001()
168 ReplyPacket modifiersReply = debuggeeWrapper.vmMirror.performCommand(modifiersCommand); in testModifiers002() local
170 checkReplyPacket(modifiersReply, thisCommandName); in testModifiers002()
172 int returnedModifiers = modifiersReply.getNextValueAsInt(); in testModifiers002()
232 assertAllDataRead(modifiersReply); in testModifiers002()