Home
last modified time | relevance | path

Searched defs:schedule (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/test/java/util/Timer/
DArgs.java39 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/
DScheduledExecutorService.java106 public ScheduledFuture<?> schedule(Runnable command, in schedule() method
122 public <V> ScheduledFuture<V> schedule(Callable<V> callable, in schedule() method
DScheduledThreadPoolExecutor.java560 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/
DTimer.java209 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/
DExecutors.java276 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