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.java188 List<Runnable> unfinishedCopies = executor.shutdownNow(); in onDestroy() local
191 new ArrayList<>(unfinishedCopies.size() + unfinishedDeletions.size()); in onDestroy()
192 unfinished.addAll(unfinishedCopies); in onDestroy()