Home
last modified time | relevance | path

Searched refs:unfinishedCopies (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java173 List<Runnable> unfinishedCopies = executor.shutdownNow(); in onDestroy() local
176 new ArrayList<>(unfinishedCopies.size() + unfinishedDeletions.size()); in onDestroy()
177 unfinished.addAll(unfinishedCopies); in onDestroy()