Searched defs:executorService (Results 1 – 6 of 6) sorted by relevance
39 private ExecutorService executorService; field in Dispatcher47 public Dispatcher(ExecutorService executorService) { in Dispatcher()
82 private final ExecutorService executorService = new ThreadPoolExecutor(0, 1, field in ConnectionPool
53 ExecutorService executorService = Executors.newFixedThreadPool(numberOfThreads); in testConcurrentAdvance() local
19 private RobolectricBackgroundExecutorService executorService; field in RobolectricBackgroundExecutorServiceTest
81 ExecutorService executorService = newCachedThreadPool( in testListenInPoolThreadUsesGivenExecutor() local
160 final ThreadPoolExecutor executorService = new ThreadPoolExecutor(0, 1, 60L, TimeUnit.SECONDS, field in DiskLruCache