Searched refs:isCancelled (Results 1 - 12 of 12) 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();
H A DAndroidAuthenticator.java68 if (future.isDone() && !future.isCancelled()) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java76 while (!isCancelled() && result.status == RESULT_RUNNING) {
87 if (isCancelled()) {
213 if (mRunTask != null && !mRunTask.isCancelled() ) {
/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/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/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentTasksLoader.java412 if (!isCancelled()) {
448 if (isCancelled()) {
491 if (!isCancelled()) {
523 if (!isCancelled()) {
540 if (isCancelled()) {
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java169 public boolean isCancelled() { method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
/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/base/core/java/android/content/
H A DAsyncTaskLoader.java72 if (!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
H A DAudioFlinger.cpp6183 mSyncStartEvent->isCancelled()) {
6308 if (mSyncStartEvent->isCancelled()) {

Completed in 232 milliseconds