Home
last modified time | relevance | path

Searched defs:getDelay (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DDelayed.java59 long getDelay(TimeUnit unit); in getDelay() method
DScheduledThreadPoolExecutor.java247 public long getDelay(TimeUnit unit) { in getDelay() method in ScheduledThreadPoolExecutor.ScheduledFutureTask
/libcore/jsr166-tests/src/test/java/jsr166/
DDelayQueueTest.java83 public long getDelay(TimeUnit ignore) { in getDelay() method in DelayQueueTest.PDelay
121 public long getDelay(TimeUnit unit) { in getDelay() method in DelayQueueTest.NanoDelay
DScheduledExecutorSubclassTest.java61 public long getDelay(TimeUnit unit) { return task.getDelay(unit); } in getDelay() method in ScheduledExecutorSubclassTest.CustomTask
/libcore/ojluni/src/test/java/util/concurrent/tck/
DDelayQueueTest.java99 public long getDelay(TimeUnit ignore) { in getDelay() method in DelayQueueTest.PDelay
128 public long getDelay(TimeUnit unit) { in getDelay() method in DelayQueueTest.NanoDelay
DScheduledExecutorSubclassTest.java83 public long getDelay(TimeUnit unit) { return task.getDelay(unit); } in getDelay() method in ScheduledExecutorSubclassTest.CustomTask