Searched refs:mExecutionService (Results 1 – 1 of 1) sorted by relevance
81 private ExecutorService mExecutionService; field in ThemeHostTest143 mExecutionService = Executors.newFixedThreadPool(numCores * 2); in setUp()144 mCompletionService = new ExecutorCompletionService<>(mExecutionService); in setUp()154 mExecutionService.shutdown(); in tearDown()