Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java121 List<Runnable> unfinished = executor.shutdownNow(); in onDestroy() local
122 if (!unfinished.isEmpty()) { in onDestroy()
123 Log.w(TAG, "Shutting down, but executor reports running jobs: " + unfinished); in onDestroy()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkDiagnostics.java323 final long unfinished = mCountDownLatch.getCount(); in dump() local
324 if (unfinished > 0) { in dump()
328 + unfinished + " unfinished measurements"); in dump()
/frameworks/native/opengl/tests/angeles/
DREADME.txt68 probably unfinished as well.
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd338 …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…
/frameworks/base/docs/html/guide/components/
Dservices.jd478 and when your application can simply restart any unfinished jobs.</dd>