Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacketDispatcher.java192 private int commandId; field in PacketDispatcher.CommandsSynchronyzer
206 commandId = 1; in CommandsSynchronyzer()
215 return commandId++; in getNextId()
398 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() argument
409 ReplyPacket currentReply = replies.remove(new Integer(commandId)); in receiveReply()
722 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() argument
724 return commandsSynchronyzer.receiveReply(commandId, timeout); in receiveReply()
DVmMirror.java1675 public ReplyPacket receiveReply(int commandId) throws InterruptedException, in receiveReply() argument
1677 return packetDispatcher.receiveReply(commandId, config.getTimeout()); in receiveReply()
1702 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() argument
1704 return packetDispatcher.receiveReply(commandId, timeout); in receiveReply()