Home
last modified time | relevance | path

Searched defs:wrapTask (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DWrappingExecutorService.java58 protected abstract <T> Callable<T> wrapTask(Callable<T> callable); in wrapTask() method in WrappingExecutorService
64 protected Runnable wrapTask(Runnable command) { in wrapTask() method in WrappingExecutorService
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DWrappingScheduledExecutorServiceTest.java97 protected <T> Callable<T> wrapTask(Callable<T> callable) { in wrapTask() method in WrappingScheduledExecutorServiceTest.TestExecutor
101 @Override protected Runnable wrapTask(Runnable command) { in wrapTask() method in WrappingScheduledExecutorServiceTest.TestExecutor
DWrappingExecutorServiceTest.java182 protected <T> Callable<T> wrapTask(Callable<T> callable) { in wrapTask() method in WrappingExecutorServiceTest.TestExecutor
186 @Override protected Runnable wrapTask(Runnable command) { in wrapTask() method in WrappingExecutorServiceTest.TestExecutor