Searched refs:deletionExecutor (Results 1 – 2 of 2) sorted by relevance
112 @VisibleForTesting ExecutorService deletionExecutor; field in FileOperationService145 if (deletionExecutor == null) { in onCreate()146 deletionExecutor = Executors.newCachedThreadPool(); in onCreate()189 List<Runnable> unfinishedDeletions = deletionExecutor.shutdownNow(); in onDestroy()199 deletionExecutor = null; in onDestroy()308 return deletionExecutor; in getExecutorService()
98 assertNull(mService.deletionExecutor); in setUp()99 mService.deletionExecutor = mDeletionExecutor; in setUp()