Searched refs:unfinished (Results 1 – 4 of 4) sorted by relevance
190 List<Runnable> unfinished = in onDestroy() local192 unfinished.addAll(unfinishedCopies); in onDestroy()193 unfinished.addAll(unfinishedDeletions); in onDestroy()194 if (!unfinished.isEmpty()) { in onDestroy()195 Log.w(TAG, "Shutting down, but executor reports running jobs: " + unfinished); in onDestroy()