Searched defs:receiveReply (Results 1 - 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DPacketDispatcher.java398 public ReplyPacket receiveReply(int commandId, long timeout) method in class:PacketDispatcher.CommandsSynchronyzer
686 * the 'receiveReply()' method must be used latter for receiving reply for
706 * testing). It is NOT recommended to use 'sendCommand()- receiveReply()'
722 public ReplyPacket receiveReply(int commandId, long timeout) method in class:PacketDispatcher
724 return commandsSynchronyzer.receiveReply(commandId, timeout);
H A DVmMirror.java1641 * the 'receiveReply()' method must be used latter for receiving reply for
1661 * testing). It is NOT recommended to use 'sendCommand()- receiveReply()'
1675 public ReplyPacket receiveReply(int commandId) throws InterruptedException, method in class:VmMirror
1677 return packetDispatcher.receiveReply(commandId, config.getTimeout());
1686 * testing). It is NOT recommended to use 'sendCommand()- receiveReply()'
1702 public ReplyPacket receiveReply(int commandId, long timeout) method in class:VmMirror
1704 return packetDispatcher.receiveReply(commandId, timeout);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 97 milliseconds