Home
last modified time | relevance | path

Searched refs:isCancelled (Results 1 – 25 of 49) 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/core/java/android/view/
DWindowInsetsAnimationController.java164 return !isFinished() && !isCancelled(); in isReady()
183 boolean isCancelled(); in isCancelled() method
DInsetsAnimationThreadControlRunner.java122 if (mControl.isCancelled()) { in InsetsAnimationThreadControlRunner()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DInstallationAsyncTask.java187 if (isCancelled()) { in doInBackground()
196 if (isCancelled()) { in doInBackground()
211 if (isCancelled()) { in doInBackground()
340 if (isCancelled()) { in installWritablePartition()
404 if (isCancelled()) { in installStreamingZipUpdate()
419 if (isCancelled()) { in installLocalZipUpdate()
477 if (isCancelled()) { in installImage()
507 if (isCancelled()) { in installImage()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsAnimationControlImplTest.java129 assertFalse(mController.isCancelled()); in testReady()
178 assertFalse(mController.isCancelled()); in testFinishing()
192 assertTrue(mController.isCancelled()); in testCancelled()
204 assertTrue(mController.isCancelled()); in testCancelled_beforeReadyDispatched()
221 assertFalse(mController.isCancelled()); in testFinish_immediately()
/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/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/services/core/java/com/android/server/notification/
DRankingReconsideration.java76 public boolean isCancelled() { in isCancelled() method in RankingReconsideration
/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/am/
DPendingIntentController.java278 boolean isCancelled; in registerIntentSenderCancelListener()
281 isCancelled = pendingIntent.canceled; in registerIntentSenderCancelListener()
282 if (!isCancelled) { in registerIntentSenderCancelListener()
286 if (isCancelled) { in registerIntentSenderCancelListener()
/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/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingExtensionSessionCallback.java175 public boolean isCancelled() { in isCancelled() method in BlockingExtensionSessionCallback.SessionFuture
DBlockingSessionCallback.java275 public boolean isCancelled() { in isCancelled() method in BlockingSessionCallback.SessionFuture
/frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
DMainActivity.java118 if (isCancelled() == false) { in doInBackground()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DInstallInstalling.java328 if (isCancelled()) { in doInBackground()
377 if (!isCancelled()) { in onPostExecute()
DInstallStaging.java186 if (isCancelled()) { in doInBackground()
/frameworks/base/core/tests/coretests/src/android/widget/
DAppWidgetHostViewTest.java113 assertTrue(((Future) executor.get(0)).isCancelled()); in asyncInflation_cancelled()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteAugmentedAutofillService.java193 && !requestAutofill.isCancelled(); in onRequestAutofillLocked()
198 if (requestAutofill.isCancelled()) { in onRequestAutofillLocked()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java177 if (controller.isCancelled()) { in startDisappearAnimation()
/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/services/tests/servicestests/src/com/android/server/people/data/
DMockScheduledExecutorService.java238 public boolean isCancelled() { in isCancelled() method in MockScheduledExecutorService.MockScheduledFuture
/frameworks/base/core/java/android/printservice/
DPrintJob.java198 public boolean isCancelled() { in isCancelled() method in PrintJob

12