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