Searched defs:isCancelled (Results 1 - 13 of 13) sorted by relevance

/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/base/core/java/android/print/
H A DPrintJob.java176 public boolean isCancelled() { method in class:PrintJob
/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();
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java197 public boolean isCancelled() { method in class:PrintJob
/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/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/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java267 public boolean isCancelled() { method in class:BlockingSessionCallback.SessionFuture
/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()) {
/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
423 * @see #isCancelled()
441 * @see #isCancelled()
457 public final boolean isCancelled() { method in class:AsyncTask
475 * value returned by {@link #isCancelled()} periodically from
487 * @see #isCancelled()
650 if (!isCancelled()) {
657 if (isCancelled()) {
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h301 bool isCancelled() const { Mutex::Autolock _l(mLock); return (mCallback == NULL); } function in class:android::AudioFlinger::SyncEvent
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 350 milliseconds