OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DelayInfo
(Results
1 - 6
of
6
) sorted by null
/external/smack/src/org/jivesoftware/smackx/provider/
DelayInfoProvider.java
18
import org.jivesoftware.smackx.packet.
DelayInfo
;
23
* This provider simply creates a {@link
DelayInfo
} decorator for the {@link DelayInformation} that
39
return new
DelayInfo
((DelayInformation)super.parseExtension(parser));
/external/smack/src/org/jivesoftware/smackx/forward/
Forwarded.java
23
import org.jivesoftware.smackx.packet.
DelayInfo
;
44
private
DelayInfo
delay;
50
* @param delay an optional {@link
DelayInfo
} timestamp of the packet.
53
public Forwarded(
DelayInfo
delay, Packet fwdPacket) {
94
* @return the {@link
DelayInfo
} representing the time when the original packet was sent. May be null.
96
public
DelayInfo
getDelayInfo() {
104
DelayInfo
di = null;
112
di = (
DelayInfo
)dip.parseExtension(parser);
/external/chromium_org/chrome/browser/sync/
retry_verifier.h
24
struct
DelayInfo
{
48
DelayInfo
delay_table_[kMaxRetry];
retry_verifier.cc
18
DelayInfo
CalculateDelay(int64 current_delay) {
22
DelayInfo
delay_info;
38
void FillDelayTable(
DelayInfo
* delay_table, int count) {
62
bool IsRetryOnTime(
DelayInfo
* delay_table, int retry_count,
/external/smack/src/org/jivesoftware/smackx/packet/
DelayInfo.java
29
public class
DelayInfo
extends DelayInformation
38
public
DelayInfo
(DelayInformation delay)
/external/smack/src/org/jivesoftware/smackx/carbons/
Carbon.java
24
import org.jivesoftware.smackx.packet.
DelayInfo
;
Completed in 3702 milliseconds