Searched refs:unfinished (Results 1 – 5 of 5) sorted by relevance
121 List<Runnable> unfinished = executor.shutdownNow(); in onDestroy() local122 if (!unfinished.isEmpty()) { in onDestroy()123 Log.w(TAG, "Shutting down, but executor reports running jobs: " + unfinished); in onDestroy()
323 final long unfinished = mCountDownLatch.getCount(); in dump() local324 if (unfinished > 0) { in dump()328 + unfinished + " unfinished measurements"); in dump()
68 probably unfinished as well.
338 …ered incoming calls placed from the emulator console will result in an unfinished call UI if you p…515 <p>Unanswered incoming calls placed from the emulator console, will result in an unfinished call UI…
478 and when your application can simply restart any unfinished jobs.</dd>