Searched refs:BASE_TIMER_INTERVAL (Results 1 - 11 of 11) 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
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 104 milliseconds