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

12 3 4 5 6 7 8 91011>>

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAccountManager.java 64 return isCancelled();
71 if (!isCancelled()) {
82 if (!isCancelled()) {
90 public boolean isCancelled() {
122 return isCancelled();
129 if (!isCancelled()) {
140 if (!isCancelled()) {
148 public boolean isCancelled() {
ShadowAsyncTask.java 56 public boolean isCancelled() {
57 return future.isCancelled();
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
VibratorTest.java 51 assertThat(shadowVibrator.isCancelled(), is(false));
55 assertThat(shadowVibrator.isCancelled(), is(true));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/fakes/
RoboVibratorTest.java 47 assertThat(vibrator.isCancelled()).isFalse();
51 assertThat(vibrator.isCancelled()).isTrue();
  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
HttpUrlFetcher.java 26 private volatile boolean isCancelled;
65 if (isCancelled) {
110 isCancelled = true;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 61 private boolean isCancelled;
68 if (this.isCancelled)
80 this.isCancelled = true;
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestTimer.java 49 if (!task.isCancelled()) {
79 if (task.isCancelled()) {
156 boolean isCancelled() {
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
SimpleFuture.java 24 public boolean isCancelled() {
  /external/sl4a/Utils/src/com/googlecode/android_scripting/future/
FutureResult.java 55 public boolean isCancelled() {
  /frameworks/base/services/core/java/com/android/server/notification/
RankingReconsideration.java 76 public boolean isCancelled() {
  /packages/apps/DeskClock/src/com/android/deskclock/data/
SilentSettingsModel.java 152 if (!isCancelled() && isDoNotDisturbBlockingAlarms()) {
154 } else if (!isCancelled() && isAlarmStreamMuted()) {
156 } else if (!isCancelled() && isSystemAlarmRingtoneSilent()) {
158 } else if (!isCancelled() && isAppNotificationBlocked()) {
  /packages/apps/TV/src/com/android/tv/dvr/provider/
AsyncDvrDbTask.java 124 if (isCancelled()) {
129 while (c.moveToNext() && !isCancelled()) {
189 if (isCancelled()) {
195 while (c.moveToNext() && !isCancelled()) {
  /external/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;
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportProcessor.java 111 if (isCancelled() && mListener != null) {
126 if (isCancelled()) {
191 if (isCancelled()) {
237 if (isCancelled()) {
294 public synchronized boolean 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() {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractFutureTest.java 70 assertTrue(future.isCancelled());
85 assertTrue(future.isCancelled());
104 assertFalse(future.isCancelled());
  /external/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);
  /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/support/room/rxjava2/src/main/java/androidx/room/
RxRoom.java 74 if (!emitter.isCancelled()) {
79 if (!emitter.isCancelled()) {
90 if (!emitter.isCancelled()) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
ThreadPool.java 49 boolean isCancelled();
56 public boolean isCancelled() {
164 public boolean isCancelled() {
  /packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
TrickplayStorageManager.java 87 if (isCancelled()) {
95 if (isCancelled()) {
  /packages/services/BuiltInPrintService/src/com/android/bips/ipp/
GetCapabilitiesTask.java 98 if (!online || isCancelled()) {
112 if (isCancelled()) {
  /cts/hostsidetests/api/src/com/android/cts/api/
FilePuller.java 82 public boolean isCancelled() {

Completed in 609 milliseconds

12 3 4 5 6 7 8 91011>>