Searched refs:BASE_TIMER_INTERVAL (Results 1 - 5 of 5) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransaction.java82 protected int BASE_TIMER_INTERVAL = SIPTransactionStack.BASE_TIMER_INTERVAL; field in class:SIPTransaction
86 protected int T4 = 5000 / BASE_TIMER_INTERVAL;
92 protected int T2 = 4000 / BASE_TIMER_INTERVAL;
97 protected int TIMER_D = 32000 / BASE_TIMER_INTERVAL;
99 // protected static final int TIMER_C = 3 * 60 * 1000 / BASE_TIMER_INTERVAL;
865 return SIPTransactionStack.BASE_TIMER_INTERVAL;
1038 BASE_TIMER_INTERVAL = retransmitTimer;
1039 T4 = 5000 / BASE_TIMER_INTERVAL;
1041 T2 = 4000 / BASE_TIMER_INTERVAL;
[all...]
H A DSIPServerTransaction.java1391 SIPTransactionStack.BASE_TIMER_INTERVAL);
1468 sipStack.getTimer().schedule(myTimer, BASE_TIMER_INTERVAL, BASE_TIMER_INTERVAL);
1573 SIPTransactionStack.BASE_TIMER_INTERVAL);
H A DSIPClientTransaction.java1309 sipStack.getTimer().schedule(myTimer, BASE_TIMER_INTERVAL, BASE_TIMER_INTERVAL);
H A DSIPDialog.java1201 SIPTransaction.TIMER_H * SIPTransactionStack.BASE_TIMER_INTERVAL);
2284 sipStack.getTimer().schedule(timerTask, SIPTransactionStack.BASE_TIMER_INTERVAL,
2285 SIPTransactionStack.BASE_TIMER_INTERVAL);
3276 * SIPTransactionStack.BASE_TIMER_INTERVAL);
H A DSIPTransactionStack.java104 public static final int BASE_TIMER_INTERVAL = 500; field in class:SIPTransactionStack

Completed in 120 milliseconds