Searched refs:deletionExecutor (Results 1 – 2 of 2) sorted by relevance
119 @VisibleForTesting ExecutorService deletionExecutor; field in FileOperationService158 if (deletionExecutor == null) { in onCreate()159 deletionExecutor = Executors.newCachedThreadPool(); in onCreate()210 List<Runnable> unfinishedDeletions = deletionExecutor.shutdownNow(); in onDestroy()220 deletionExecutor = null; in onDestroy()329 return deletionExecutor; in getExecutorService()
98 assertNull(mService.deletionExecutor); in setUp()99 mService.deletionExecutor = mDeletionExecutor; in setUp()