Searched refs:mExecutorService (Results 1 – 4 of 4) sorted by relevance
50 private ExecutorService mExecutorService = null; field in IOContentionStressTestMode58 mExecutorService = Executors.newSingleThreadExecutor(); in IOContentionStressTestMode()148 mExecutorService = Executors.newSingleThreadExecutor(); in testStarted()151 mExecutorService.submit( in testStarted()170 if (mExecutorService != null) { in testFinished()171 mExecutorService.shutdown(); in testFinished()
45 @Mock ExecutorService mExecutorService; field in JavaAudioCapturerFactoryTests51 mJavaAudioCapturerFactory = new JavaAudioCapturerFactory(mExecutorService); in setUp()
76 private ExecutorService mExecutorService; field in DexTestRunner117 mExecutorService = Executors.newSingleThreadExecutor(); in runTest()124 mExecutorService.submit( in runTest()143 mExecutorService.shutdownNow(); in runTest()156 mExecutorService.shutdownNow(); in killTest()
65 private final Executor mExecutorService; field in JavaAudioCapturer88 mExecutorService = executor; in JavaAudioCapturer()129 mExecutorService.execute(mPublisher); in open()