Home
last modified time | relevance | path

Searched refs:mExecutionService (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java93 private ExecutorService mExecutionService; field in ThemeHostTest
133 mExecutionService = Executors.newFixedThreadPool(numCores * 2); in setUp()
134 mCompletionService = new ExecutorCompletionService<>(mExecutionService); in setUp()
173 mExecutionService.shutdown(); in tearDown()