Searched refs:isCancelled (Results 1 - 25 of 28) 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.java89 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.java171 public boolean isCancelled() { method in class:PrintJob
H A DPrintFileDocumentAdapter.java123 if (isCancelled()) {
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java245 * @see #isCancelled()
262 * @see #isCancelled()
277 public final boolean isCancelled() { method in class:ModernAsyncTask
278 return mFuture.isCancelled();
295 * value returned by {@link #isCancelled()} periodically from
307 * @see #isCancelled()
456 if (!isCancelled()) {
463 if (isCancelled()) {
H A DAsyncTaskLoader.java58 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
414 * @see #isCancelled()
432 * @see #isCancelled()
448 public final boolean isCancelled() { method in class:AsyncTask
466 * value returned by {@link #isCancelled()} periodically from
478 * @see #isCancelled()
641 if (!isCancelled()) {
648 if (isCancelled()) {
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java560 if (task.isPreload() && !task.isCancelled()) {
610 if (renderTask != null && !renderTask.isCancelled()) {
638 if (task != null && !task.isCancelled()) {
647 if (!task.isCancelled()) {
679 while (mRenderer == null && !isCancelled()) {
822 if (isCancelled()) {
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java176 public boolean isCancelled() { method in class:PrintJob
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java167 public boolean isCancelled() { method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java73 if (!isCancelled()) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentLoader.java109 if (isCancelled()) return;
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java267 public boolean isCancelled() { method in class:BlockingSessionCallback.SessionFuture
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java126 if (isCancelled() || mHttpClient == null) {
166 if (isCancelled()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java214 if (isCancelled()) {
308 if (isCancelled()) {
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java150 if (!isCancelled()) {
170 if (!isCancelled()) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h300 bool isCancelled() const { Mutex::Autolock _l(mLock); return (mCallback == NULL); } function in class:android::AudioFlinger::SyncEvent
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java594 if (isCancelled()) {
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1438 if (isCancelled()) {
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java2139 if (isCancelled()) {

Completed in 849 milliseconds

12