Home
last modified time | relevance | path

Searched refs:isCancelled (Results 1 – 25 of 36) 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/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DInstallationAsyncTask.java187 if (isCancelled()) { in doInBackground()
196 if (isCancelled()) { in doInBackground()
319 if (isCancelled()) { in installUserdata()
372 if (isCancelled()) { in installStreamingZipUpdate()
392 if (isCancelled()) { in installLocalZipUpdate()
452 if (isCancelled()) { in installImage()
479 if (isCancelled()) { in installImage()
/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/base/core/java/android/accounts/
DAccountManagerFuture.java66 boolean isCancelled(); in isCancelled() method
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentController.java252 boolean isCancelled; in registerIntentSenderCancelListener()
255 isCancelled = pendingIntent.canceled; in registerIntentSenderCancelListener()
256 if (!isCancelled) { in registerIntentSenderCancelListener()
260 if (isCancelled) { in registerIntentSenderCancelListener()
/frameworks/base/core/java/android/os/
DAsyncTask.java564 public final boolean isCancelled() { in isCancelled() method in AsyncTask
761 if (!isCancelled()) { in publishProgress()
768 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/test-mock/src/android/test/mock/
DMockAccountManager.java101 public boolean isCancelled() { in isCancelled() method in MockAccountManager.MockAccountManagerFuture
/frameworks/base/core/java/android/print/
DPrintJob.java176 public boolean isCancelled() { in isCancelled() method in PrintJob
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DInstallInstalling.java363 if (isCancelled()) { in doInBackground()
412 if (!isCancelled()) { in onPostExecute()
DInstallStaging.java186 if (isCancelled()) { in doInBackground()
/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.java113 assertTrue(((Future) executor.get(0)).isCancelled()); in asyncInflation_cancelled()
/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.java78 if (!isCancelled()) { in doInBackground()
/frameworks/base/core/java/android/printservice/
DPrintJob.java197 public boolean isCancelled() { in isCancelled() method in PrintJob
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerServiceImpl.java219 rollback.isCancelled = true; in RollbackManagerServiceImpl()
545 newRollback.isCancelled = true; in expireRollbackForPackage()
1262 if (newRollback.isCancelled) { in completeEnableRollback()
1469 public boolean isCancelled = false; field in RollbackManagerServiceImpl.NewRollback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenWallpaper.java202 if (isCancelled()) { in run()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java697 if (manager == null || bitmaps.length == 0 || isCancelled()) { in doInBackground()
706 if (manager != null && !isCancelled()) { in onPostExecute()
/frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/
DInitialLockSetupClient.java361 if (isCancelled()) { in onPostExecute()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java150 if (!isCancelled()) { in setCropViewTileSource()
170 if (!isCancelled()) { in setCropViewTileSource()
/frameworks/av/services/audioflinger/
DAudioFlinger.h347 bool isCancelled() const { Mutex::Autolock _l(mLock); return (mCallback == NULL); } in isCancelled() function
/frameworks/base/core/java/android/permission/
DPermissionControllerManager.java583 while (!isCancelled()) { in doInBackground()

12