Searched defs:scheduleAtFixedRate (Results 1 – 2 of 2) sorted by relevance
| /external/jmdns/src/javax/jmdns/impl/ | ||
| D | DNSTaskStarter.java | 246 public synchronized void scheduleAtFixedRate(TimerTask task, long delay, long period) { in scheduleAtFixedRate() method in DNSTaskStarter.DNSTaskStarterImpl.StarterTimer |
| /external/guava/guava/src/com/google/common/util/concurrent/ | ||
| D | MoreExecutors.java | 466 public ScheduledFuture<?> scheduleAtFixedRate( in scheduleAtFixedRate() method in MoreExecutors.ScheduledListeningDecorator |