Searched refs:isCancelled (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/base/core/java/android/accounts/
H A DAccountManagerFuture.java48 * always return <tt>true</tt>. Subsequent calls to {@link #isCancelled}
66 boolean isCancelled(); method in interface:AccountManagerFuture
82 * available without blocking, one may call {@link #isDone()} and {@link #isCancelled()}.
99 * available without blocking, one may call {@link #isDone()} and {@link #isCancelled()}.
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java116 if (isCancelled()) {
134 if (isCancelled()) {
148 if (isCancelled()) {
196 if (isCancelled()) {
205 if (isCancelled()) {
219 if (isCancelled()) {
269 if (isCancelled()) {
287 if (isCancelled()) {
296 if (isCancelled()) {
319 if (isCancelled()) {
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingReconsideration.java76 public boolean isCancelled() { method in class:RankingReconsideration
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java68 while (!isCancelled() && result.status == RESULT_RUNNING) {
79 if (isCancelled()) {
205 if (mRunTask != null && !mRunTask.isCancelled() ) {
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DPlaybackSeekDiskDataProvider.java56 if (isCancelled(task)) {
H A DPlaybackSeekDataProviderSample.java49 if (isCancelled(task)) {
H A DPlaybackSeekAsyncDataProvider.java48 protected boolean isCancelled(Object task) { method in class:PlaybackSeekAsyncDataProvider
49 return ((AsyncTask) task).isCancelled();
116 if (task == null || task.isCancelled()) {
H A DBackgroundHelper.java128 boolean cancelled = isCancelled();
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DPlaybackSeekDiskDataProvider.java56 if (isCancelled(task)) {
H A DPlaybackSeekDataProviderSample.java49 if (isCancelled(task)) {
H A DPlaybackSeekAsyncDataProvider.java48 protected boolean isCancelled(Object task) { method in class:PlaybackSeekAsyncDataProvider
49 return ((AsyncTask) task).isCancelled();
116 if (task == null || task.isCancelled()) {
/frameworks/base/core/java/android/print/
H A DPrintJob.java176 public boolean isCancelled() { method in class:PrintJob
H A DPrintFileDocumentAdapter.java123 if (isCancelled()) {
/frameworks/base/core/java/android/os/
H A DAsyncTask.java77 * if (isCancelled()) break;
139 * this method will cause subsequent calls to {@link #isCancelled()} to return true.
143 * check the return value of {@link #isCancelled()} periodically from
458 * @see #isCancelled()
476 * @see #isCancelled()
492 public final boolean isCancelled() { method in class:AsyncTask
510 * value returned by {@link #isCancelled()} periodically from
522 * @see #isCancelled()
685 if (!isCancelled()) {
692 if (isCancelled()) {
[all...]
/frameworks/support/compat/java/android/support/v4/content/
H A DModernAsyncTask.java263 * @see #isCancelled()
280 * @see #isCancelled()
295 public final boolean isCancelled() { method in class:ModernAsyncTask
313 * value returned by {@link #isCancelled()} periodically from
325 * @see #isCancelled()
477 if (!isCancelled()) {
484 if (isCancelled()) {
/frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
H A DMainActivity.java118 if (isCancelled() == false) {
/frameworks/base/core/tests/coretests/src/android/widget/
H A DAppWidgetHostViewTest.java112 assertTrue(((Future) executor.get(0)).isCancelled());
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java171 public boolean isCancelled() { method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
/frameworks/base/tools/preload2/src/com/android/preload/
H A DDeviceUtils.java239 public boolean isCancelled() { method in class:DeviceUtils.NullShellOutputReceiver
273 public boolean isCancelled() { method in class:DeviceUtils.CollectStringShellOutputReceiver
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java626 if (task.isPreload() && !task.isCancelled()) {
676 if (renderTask != null && !renderTask.isCancelled()) {
704 if (task != null && !task.isCancelled()) {
713 if (!task.isCancelled()) {
745 while (mRenderer == null && !isCancelled()) {
889 if (isCancelled()) {
/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java73 if (!isCancelled()) {
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java197 public boolean isCancelled() { method in class:PrintJob
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenWallpaper.java183 if (isCancelled()) {
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java275 public boolean isCancelled() { method in class:BlockingSessionCallback.SessionFuture
/frameworks/support/core-utils/java/android/support/v4/content/
H A DAsyncTaskLoader.java61 if (!isCancelled()) {

Completed in 849 milliseconds

12