Home | History | Annotate | Download | only in stack

Lines Matching refs:myTimer

381                 TimerTask myTimer = new LingerTimer();
383 sipStack.getTimer().schedule(myTimer,
1467 TimerTask myTimer = new TransactionTimer();
1468 sipStack.getTimer().schedule(myTimer, BASE_TIMER_INTERVAL, BASE_TIMER_INTERVAL);