Home | History | Annotate | Download | only in stack

Lines Matching refs:myTimer

251                         TimerTask myTimer = new LingerTimer();
252 sipStack.getTimer().schedule(myTimer,
1307 TimerTask myTimer = new TransactionTimer();
1309 sipStack.getTimer().schedule(myTimer, BASE_TIMER_INTERVAL, BASE_TIMER_INTERVAL);