Searched refs:isCancelled (Results 1 - 25 of 39) 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/volley/src/main/java/com/android/volley/toolbox/
H A DRequestFuture.java128 public boolean isCancelled() { method in class:RequestFuture
137 return mResultReceived || mException != null || isCancelled();
H A DAndroidAuthenticator.java96 if (future.isDone() && !future.isCancelled()) {
/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/volley/src/test/java/com/android/volley/toolbox/
H A DAndroidAuthenticatorTest.java68 when(mFuture.isCancelled()).thenReturn(false);
78 when(mFuture.isCancelled()).thenReturn(false);
95 when(mFuture.isCancelled()).thenReturn(false);
/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
430 * @see #isCancelled()
448 * @see #isCancelled()
464 public final boolean isCancelled() { method in class:AsyncTask
482 * value returned by {@link #isCancelled()} periodically from
494 * @see #isCancelled()
657 if (!isCancelled()) {
664 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()
475 if (!isCancelled()) {
482 if (isCancelled()) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java566 if (task.isPreload() && !task.isCancelled()) {
616 if (renderTask != null && !renderTask.isCancelled()) {
644 if (task != null && !task.isCancelled()) {
653 if (!task.isCancelled()) {
685 while (mRenderer == null && !isCancelled()) {
829 if (isCancelled()) {
/frameworks/base/tools/preload2/src/com/android/preload/
H A DDeviceUtils.java209 public boolean isCancelled() { method in class:DeviceUtils.NullShellOutputReceiver
243 public boolean isCancelled() { method in class:DeviceUtils.CollectStringShellOutputReceiver
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
H A DTestScheduledExecutorService.java181 public boolean isCancelled() { method in class:TestScheduledExecutorService.TestFuture
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java171 public boolean isCancelled() { method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DBackgroundHelper.java77 boolean cancelled = isCancelled();
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DBackgroundHelper.java77 boolean cancelled = 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/DocumentsUI/src/com/android/documentsui/
H A DRecentsLoader.java271 if (isCancelled()) return;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DIconHelper.java153 if (isCancelled())
/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.java267 public boolean isCancelled() { method in class:BlockingSessionCallback.SessionFuture
/frameworks/support/core-utils/java/android/support/v4/content/
H A DAsyncTaskLoader.java61 if (!isCancelled()) {
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java126 if (isCancelled() || mHttpClient == null) {
166 if (isCancelled()) {

Completed in 3417 milliseconds

12