HomeSort by relevance Sort by last modified time
    Searched refs:isCancelled (Results 26 - 50 of 458) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 61 private boolean isCancelled;
68 if (this.isCancelled)
80 this.isCancelled = true;
  /external/sl4a/Utils/src/com/googlecode/android_scripting/future/
FutureResult.java 56 public boolean isCancelled() {
  /frameworks/base/services/core/java/com/android/server/notification/
RankingReconsideration.java 76 public boolean isCancelled() {
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
RequestFuture.java 128 public boolean isCancelled() {
137 return mResultReceived || mException != null || isCancelled();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PreparePageFadeoutTexture.java 34 public boolean isCancelled() {
69 if (task.isCancelled()) return;
BitmapLoader.java 60 if (future.isCancelled() && mBitmap == null) {
  /packages/apps/TV/src/com/android/tv/data/
ChannelLogoFetcher.java 137 while (!isCancelled() && c.moveToNext()) {
179 if (isCancelled()) {
188 if (isCancelled()) {
197 if (isCancelled()) {
204 if (isCancelled()) {
262 if (isCancelled()) {
291 while ((line = reader.readLine()) != null && !isCancelled()) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportProcessor.java 106 if (isCancelled() && mListener != null) {
125 if (isCancelled()) {
190 if (isCancelled()) {
236 if (isCancelled()) {
296 public synchronized boolean isCancelled() {
  /cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java 106 assertTrue(mAsyncTask.isCancelled());
119 assertTrue(mAsyncTask.isCancelled());
128 assertTrue(mAsyncTask.isCancelled());
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
BitmapPreFillRunner.java 64 private boolean isCancelled;
81 isCancelled = true;
109 return !isCancelled && !toPrefill.isEmpty();
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 125 public boolean isCancelled() {
126 return sync.isCancelled();
326 boolean isCancelled() {
AsyncSettableFuture.java 94 if (isCancelled()) {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractFutureTest.java 70 assertTrue(future.isCancelled());
85 assertTrue(future.isCancelled());
104 assertFalse(future.isCancelled());
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 68 while (!isCancelled() && result.status == RESULT_RUNNING) {
79 if (isCancelled()) {
205 if (mRunTask != null && !mRunTask.isCancelled() ) {
  /frameworks/volley/src/test/java/com/android/volley/toolbox/
AndroidAuthenticatorTest.java 68 when(mFuture.isCancelled()).thenReturn(false);
78 when(mFuture.isCancelled()).thenReturn(false);
95 when(mFuture.isCancelled()).thenReturn(false);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
ThreadPool.java 49 boolean isCancelled();
56 public boolean isCancelled() {
164 public boolean isCancelled() {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAsyncTask.java 56 public boolean isCancelled() {
57 return future.isCancelled();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
SingleJUnitTestResultParser.java 51 public boolean isCancelled() {
  /frameworks/support/v4/java/android/support/v4/content/
ModernAsyncTask.java 245 * @see #isCancelled()
262 * @see #isCancelled()
277 public final boolean isCancelled() {
278 return mFuture.isCancelled();
295 * value returned by {@link #isCancelled()} periodically from
307 * @see #isCancelled()
456 if (!isCancelled()) {
463 if (isCancelled()) {
  /libcore/ojluni/src/main/java/sun/nio/ch/
CompletedFuture.java 83 public boolean isCancelled() {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
PhoneNumberFormatter.java 53 if (watcher == null || isCancelled()) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
BytesBufferPool.java 48 if (rc < 0 || jc.isCancelled()) return;
UriImage.java 107 if (jc.isCancelled()) return STATE_INIT;
117 if (jc.isCancelled()) return STATE_INIT;
149 if (jc.isCancelled()) return false;
199 if (jc.isCancelled() || bitmap == null) {
  /packages/apps/TV/src/com/android/tv/util/
AsyncDbTask.java 122 if (isCancelled()) {
131 if (c != null && !isCancelled()) {
185 if (isCancelled()) {
227 if (isCancelled()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceTask.java 97 public boolean isCancelled() {

Completed in 830 milliseconds

12 3 4 5 6 7 8 91011>>