Home
last modified time | relevance | path

Searched refs:isCancelled (Results 1 – 25 of 40) 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/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/support/room/rxjava2/src/main/java/android/arch/persistence/room/
DRxRoom.java75 if (!emitter.isCancelled()) { in createFlowable()
80 if (!emitter.isCancelled()) { in createFlowable()
91 if (!emitter.isCancelled()) { in createFlowable()
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DPlaybackSeekAsyncDataProvider.java48 protected boolean isCancelled(Object task) { in isCancelled() method in PlaybackSeekAsyncDataProvider
49 return ((AsyncTask) task).isCancelled(); in isCancelled()
116 if (task == null || task.isCancelled()) { in getThumbnail()
DPlaybackSeekDiskDataProvider.java56 if (isCancelled(task)) { in doInBackground()
DPlaybackSeekDataProviderSample.java49 if (isCancelled(task)) { in doInBackground()
DBackgroundHelper.java128 boolean cancelled = isCancelled(); in doInBackground()
/frameworks/support/core-utils/java/android/support/v4/content/
DModernAsyncTask.java295 public final boolean isCancelled() { in isCancelled() method in ModernAsyncTask
477 if (!isCancelled()) { in publishProgress()
484 if (isCancelled()) { in finish()
DAsyncTaskLoader.java61 if (!isCancelled()) { in doInBackground()
/frameworks/base/core/java/android/accounts/
DAccountManagerFuture.java66 boolean isCancelled(); in isCancelled() method
/frameworks/base/core/java/android/os/
DAsyncTask.java492 public final boolean isCancelled() { in isCancelled() method in AsyncTask
685 if (!isCancelled()) { in publishProgress()
692 if (isCancelled()) { in finish()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java629 if (task.isPreload() && !task.isCancelled()) { in stopPreload()
679 if (renderTask != null && !renderTask.isCancelled()) { in renderPage()
707 if (task != null && !task.isCancelled()) { in cancelRendering()
716 if (!task.isCancelled()) { in cancelAllRendering()
748 while (mRenderer == null && !isCancelled()) { in doInBackground()
892 if (isCancelled()) { in doInBackground()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingReconsideration.java76 public boolean isCancelled() { in isCancelled() method in RankingReconsideration
/frameworks/base/core/java/android/print/
DPrintJob.java176 public boolean isCancelled() { in isCancelled() method in PrintJob
DPrintFileDocumentAdapter.java123 if (isCancelled()) { in doInBackground()
/frameworks/base/tools/preload2/src/com/android/preload/
DDeviceUtils.java239 public boolean isCancelled() { in isCancelled() method in DeviceUtils.NullShellOutputReceiver
273 public boolean isCancelled() { in isCancelled() method in DeviceUtils.CollectStringShellOutputReceiver
/frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
DMainActivity.java118 if (isCancelled() == false) { in doInBackground()
/frameworks/base/core/tests/coretests/src/android/widget/
DAppWidgetHostViewTest.java112 assertTrue(((Future) executor.get(0)).isCancelled()); in asyncInflation_cancelled()
/frameworks/base/test-runner/src/android/test/
DIsolatedContext.java170 public boolean isCancelled() { in isCancelled() method in IsolatedContext.MockAccountManager.MockAccountManagerFuture
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingSessionCallback.java275 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.java189 if (isCancelled()) { in run()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java457 if (isCancelled()) { in loadWallpaper()
473 if (isCancelled()) { in loadWallpaper()

12