Home
last modified time | relevance | path

Searched refs:isCancelled (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java116 if (isCancelled()) { in decode()
134 if (isCancelled()) { in decode()
148 if (isCancelled()) { in decode()
196 if (isCancelled()) { in decode()
205 if (isCancelled()) { in decode()
219 if (isCancelled()) { in decode()
269 if (isCancelled()) { in decode()
287 if (isCancelled()) { in decode()
296 if (isCancelled()) { in decode()
319 if (isCancelled()) { in decode()
[all …]
/frameworks/support/v4/java/android/support/v4/content/
DModernAsyncTask.java277 public final boolean isCancelled() { in isCancelled() method in ModernAsyncTask
278 return mFuture.isCancelled(); in isCancelled()
456 if (!isCancelled()) { in publishProgress()
463 if (isCancelled()) { in finish()
DAsyncTaskLoader.java58 if (!isCancelled()) { in doInBackground()
/frameworks/volley/src/test/java/com/android/volley/toolbox/
DAndroidAuthenticatorTest.java68 when(mFuture.isCancelled()).thenReturn(false); in resultContainsIntent()
78 when(mFuture.isCancelled()).thenReturn(false); in missingAuthToken()
95 when(mFuture.isCancelled()).thenReturn(false); in goodToken()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DAsyncRunner.java68 while (!isCancelled() && result.status == RESULT_RUNNING) { in doInBackground()
79 if (isCancelled()) { in doInBackground()
205 if (mRunTask != null && !mRunTask.isCancelled() ) { in stop()
/frameworks/volley/src/main/java/com/android/volley/toolbox/
DRequestFuture.java128 public boolean isCancelled() { in isCancelled() method in RequestFuture
137 return mResultReceived || mException != null || isCancelled(); in isDone()
DAndroidAuthenticator.java96 if (future.isDone() && !future.isCancelled()) { in getAuthToken()
/frameworks/base/core/java/android/os/
DAsyncTask.java457 public final boolean isCancelled() { in isCancelled() method in AsyncTask
650 if (!isCancelled()) { in publishProgress()
657 if (isCancelled()) { in finish()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java566 if (task.isPreload() && !task.isCancelled()) { in stopPreload()
616 if (renderTask != null && !renderTask.isCancelled()) { in renderPage()
644 if (task != null && !task.isCancelled()) { in cancelRendering()
653 if (!task.isCancelled()) { in cancelAllRendering()
685 while (mRenderer == null && !isCancelled()) { in doInBackground()
829 if (isCancelled()) { in doInBackground()
/frameworks/base/core/java/android/accounts/
DAccountManagerFuture.java66 boolean isCancelled(); in isCancelled() method
/frameworks/base/services/core/java/com/android/server/notification/
DRankingReconsideration.java76 public boolean isCancelled() { in isCancelled() method in RankingReconsideration
/frameworks/base/tools/preload2/src/com/android/preload/
DDeviceUtils.java209 public boolean isCancelled() { in isCancelled() method in DeviceUtils.NullShellOutputReceiver
243 public boolean isCancelled() { in isCancelled() method in DeviceUtils.CollectStringShellOutputReceiver
/frameworks/base/core/java/android/print/
DPrintJob.java176 public boolean isCancelled() { in isCancelled() method in PrintJob
DPrintFileDocumentAdapter.java123 if (isCancelled()) { in doInBackground()
/frameworks/base/test-runner/src/android/test/
DIsolatedContext.java171 public boolean isCancelled() { in isCancelled() method in IsolatedContext.MockAccountManager.MockAccountManagerFuture
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
DTestScheduledExecutorService.java181 public boolean isCancelled() { in isCancelled() method in TestScheduledExecutorService.TestFuture
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingSessionCallback.java267 public boolean isCancelled() { in isCancelled() method in BlockingSessionCallback.SessionFuture
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
DLocalRenderer.java126 if (isCancelled() || mHttpClient == null) { in doInBackground()
166 if (isCancelled()) { in doInBackground()
/frameworks/base/core/java/android/content/
DAsyncTaskLoader.java73 if (!isCancelled()) { in doInBackground()
/frameworks/base/core/java/android/printservice/
DPrintJob.java197 public boolean isCancelled() { in isCancelled() method in PrintJob
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenWallpaper.java177 if (isCancelled()) { in run()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRecentsLoader.java268 if (isCancelled()) return; in run()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DIconHelper.java153 if (isCancelled()) in doInBackground()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java150 if (!isCancelled()) { in setCropViewTileSource()
170 if (!isCancelled()) { in setCropViewTileSource()
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteChooserDialog.java221 if (!isCancelled()) { in refreshRoutes()

12