HomeSort by relevance Sort by last modified time
    Searched refs:getPacketReplyTimeout (Results 26 - 33 of 33) sorted by null

12

  /external/smack/src/org/jivesoftware/smackx/carbons/
CarbonManager.java 156 IQ result = (IQ) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FaultTolerantNegotiator.java 178 SmackConfiguration.getPacketReplyTimeout() * 2);
  /external/smack/src/org/jivesoftware/smack/
BOSHConnection.java 212 SmackConfiguration.getPacketReplyTimeout() * 6;
259 long waitTime = SmackConfiguration.getPacketReplyTimeout();
PacketReader.java 108 int waitTime = SmackConfiguration.getPacketReplyTimeout();
XMPPConnection.java 355 long waitTime = SmackConfiguration.getPacketReplyTimeout();
    [all...]
Roster.java 296 IQ response = (IQ) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
465 IQ response = (IQ) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
PrivateDataManager.java 205 IQ response = (IQ)collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
  /external/smack/src/org/jivesoftware/smackx/packet/
VCard.java 521 Packet response = collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
562 result = (VCard) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());

Completed in 387 milliseconds

12