Searched defs:scheduleAtFixedRate (Results 1 – 3 of 3) sorted by relevance
110 public void scheduleAtFixedRate(TimerTask task, Date firstTime, long period) { in scheduleAtFixedRate() method in TestTimer115 public void scheduleAtFixedRate(TimerTask task, long delay, long period) { in scheduleAtFixedRate() method in TestTimer
132 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate() method in TestScheduledExecutorService
128 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate() method in ContactsExecutors.HandlerExecutorService