Searched refs:deletionExecutor (Results 1 – 2 of 2) sorted by relevance
115 @VisibleForTesting ExecutorService deletionExecutor; field in FileOperationService148 if (deletionExecutor == null) { in onCreate()149 deletionExecutor = Executors.newCachedThreadPool(); in onCreate()192 List<Runnable> unfinishedDeletions = deletionExecutor.shutdownNow(); in onDestroy()202 deletionExecutor = null; in onDestroy()311 return deletionExecutor; in getExecutorService()
98 assertNull(mService.deletionExecutor); in setUp()99 mService.deletionExecutor = mDeletionExecutor; in setUp()