Home
last modified time | relevance | path

Searched defs:scheduleAtFixedRate (Results 1 – 2 of 2) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
DDNSTaskStarter.java246 public synchronized void scheduleAtFixedRate(TimerTask task, long delay, long period) { in scheduleAtFixedRate() method in DNSTaskStarter.DNSTaskStarterImpl.StarterTimer
256 … public synchronized void scheduleAtFixedRate(TimerTask task, Date firstTime, long period) { in scheduleAtFixedRate() method in DNSTaskStarter.DNSTaskStarterImpl.StarterTimer
/external/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java466 public ScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method in MoreExecutors.ScheduledListeningDecorator