Searched defs:schedule (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/test/java/util/Timer/ |
D | Args.java | 39 void schedule(final Timer t, final TimerTask task, final Date d) { in schedule() method in Args 46 void schedule(final Timer t, final TimerTask task, final Date d, final in schedule() method in Args
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ScheduledExecutorService.java | 106 public ScheduledFuture<?> schedule(Runnable command, in schedule() method 122 public <V> ScheduledFuture<V> schedule(Callable<V> callable, in schedule() method
|
D | ScheduledThreadPoolExecutor.java | 560 public ScheduledFuture<?> schedule(Runnable command, in schedule() method in ScheduledThreadPoolExecutor 577 public <V> ScheduledFuture<V> schedule(Callable<V> callable, in schedule() method in ScheduledThreadPoolExecutor
|
/libcore/ojluni/src/main/java/java/util/ |
D | Timer.java | 209 public void schedule(TimerTask task, long delay) { in schedule() method in Timer 226 public void schedule(TimerTask task, Date time) { in schedule() method in Timer 262 public void schedule(TimerTask task, long delay, long period) { in schedule() method in Timer 303 public void schedule(TimerTask task, Date firstTime, long period) { in schedule() method in Timer
|
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ |
D | Executors.java | 276 public java.util.concurrent.ScheduledFuture<?> schedule( in schedule() method in Executors.DelegatedScheduledExecutorService 281 public <V> java.util.concurrent.ScheduledFuture<V> schedule( in schedule() method in Executors.DelegatedScheduledExecutorService
|