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

/frameworks/base/core/java/android/accounts/
H A DAccountManagerFuture.java51 * always return <tt>true</tt>. Subsequent calls to {@link #isCancelled}
69 boolean isCancelled(); method in interface:AccountManagerFuture
85 * available without blocking, one may call {@link #isDone()} and {@link #isCancelled()}.
101 * available without blocking, one may call {@link #isDone()} and {@link #isCancelled()}.
/frameworks/support/volley/src/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/os/
H A DAsyncTask.java74 * if (isCancelled()) break;
136 * this method will cause subsequent calls to {@link #isCancelled()} to return true.
140 * check the return value of {@link #isCancelled()} periodically from
400 * @see #isCancelled()
417 * @see #isCancelled()
432 public final boolean isCancelled() { method in class:AsyncTask
450 * value returned by {@link #isCancelled()} periodically from
462 * @see #isCancelled()
621 if (!isCancelled()) {
628 if (isCancelled()) {
[all...]
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java169 public boolean isCancelled() { method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java240 * @see #isCancelled()
257 * @see #isCancelled()
272 public final boolean isCancelled() { method in class:ModernAsyncTask
273 return mFuture.isCancelled();
290 * value returned by {@link #isCancelled()} periodically from
302 * @see #isCancelled()
451 if (!isCancelled()) {
458 if (isCancelled()) {
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DEventSenderImpl.java134 public boolean isCancelled() { method in class:EventSenderImpl.TouchPoint
470 isNeeded = getTouchPoints().get(i).isCancelled();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h239 bool isCancelled() const { Mutex::Autolock _l(mLock); return (mCallback == NULL); } function in class:android::AudioFlinger::SyncEvent

Completed in 1664 milliseconds