Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DTimer.java197 public void schedule(TimerTask task, long delay) { in schedule() method in Timer
214 public void schedule(TimerTask task, Date time) { in schedule() method in Timer
250 public void schedule(TimerTask task, long delay, long period) { in schedule() method in Timer
291 public void schedule(TimerTask task, Date firstTime, long period) { in schedule() method in Timer
/libcore/ojluni/src/main/java/java/util/concurrent/
DScheduledExecutorService.java110 public ScheduledFuture<?> schedule(Runnable command, in schedule() method
126 public <V> ScheduledFuture<V> schedule(Callable<V> callable, in schedule() method
DScheduledThreadPoolExecutor.java553 public ScheduledFuture<?> schedule(Runnable command, in schedule() method in ScheduledThreadPoolExecutor
570 public <V> ScheduledFuture<V> schedule(Callable<V> callable, in schedule() method in ScheduledThreadPoolExecutor
/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