Searched refs:mCompletionService (Results 1 – 1 of 1) sorted by relevance
83 private ExecutorCompletionService<Boolean> mCompletionService; field in ThemeHostTest144 mCompletionService = new ExecutorCompletionService<>(mExecutionService); in setUp()208 mCompletionService.submit(new ComparisonTask(mDevice, expected, actual)); in testThemes()223 failures += mCompletionService.take().get() ? 0 : 1; in testThemes()