OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCancelled
(Results
1 - 25
of
197
) sorted by null
1
2
3
4
5
6
7
8
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
Future.java
21
// - Once cancel() is called,
isCancelled
() always returns true. It is a sticky
31
public boolean
isCancelled
();
/external/guava/guava-tests/test/com/google/common/util/concurrent/
ListenableFutureTester.java
57
assertFalse(future.
isCancelled
());
67
assertFalse(future.
isCancelled
());
71
assertFalse(future.
isCancelled
());
79
assertTrue(future.
isCancelled
());
83
assertTrue(future.
isCancelled
());
94
assertFalse(future.
isCancelled
());
98
assertFalse(future.
isCancelled
());
FuturesTransformAsyncFunctionTest.java
101
assertTrue(resultFuture.
isCancelled
());
102
assertTrue(inputFuture.
isCancelled
());
103
assertFalse(outputFuture.
isCancelled
());
114
assertTrue(resultFuture.
isCancelled
());
115
assertFalse(inputFuture.
isCancelled
());
116
assertTrue(outputFuture.
isCancelled
());
136
assertTrue(resultFuture.
isCancelled
());
137
assertFalse(inputFuture.
isCancelled
());
138
assertFalse(outputFuture.
isCancelled
());
156
assertFalse(resultFuture.
isCancelled
());
[
all
...]
ListenableFutureTaskTest.java
84
assertFalse(task.
isCancelled
());
93
assertFalse(task.
isCancelled
());
101
assertFalse(task.
isCancelled
());
121
assertFalse(task.
isCancelled
());
127
assertTrue(task.
isCancelled
());
133
assertTrue(task.
isCancelled
());
146
assertTrue(task.
isCancelled
());
152
assertTrue(task.
isCancelled
());
AbstractFutureTest.java
69
assertTrue(future.
isCancelled
());
77
assertTrue(future.
isCancelled
());
89
assertFalse(future.
isCancelled
());
/libcore/luni/src/main/java/java/util/concurrent/
Future.java
80
* always return {@code true}. Subsequent calls to {@link #
isCancelled
}
98
boolean
isCancelled
();
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
AbstractCheckedFutureTest.java
74
assertFalse(future.
isCancelled
());
91
assertTrue(future.
isCancelled
());
104
assertFalse(future.
isCancelled
());
130
assertFalse(future.
isCancelled
());
138
assertFalse(future.
isCancelled
());
155
assertFalse(future.
isCancelled
());
AbstractListenableFutureTest.java
75
assertFalse(future.
isCancelled
());
103
assertFalse(future.
isCancelled
());
127
* This method checks the cancel,
isCancelled
, and isDone methods.
132
assertFalse(future.
isCancelled
());
151
assertFalse(future.
isCancelled
());
156
assertTrue(future.
isCancelled
());
191
assertTrue(future.
isCancelled
());
/frameworks/base/core/java/android/accounts/
AccountManagerFuture.java
51
* always return <tt>true</tt>. Subsequent calls to {@link #
isCancelled
}
69
boolean
isCancelled
();
85
* available without blocking, one may call {@link #isDone()} and {@link #
isCancelled
()}.
101
* available without blocking, one may call {@link #isDone()} and {@link #
isCancelled
()}.
/packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheRequest.java
59
if (jc.
isCancelled
()) return null;
71
if (bitmap == null && !jc.
isCancelled
()) {
80
if (jc.
isCancelled
()) return null;
92
if (jc.
isCancelled
()) return null;
95
if (jc.
isCancelled
()) return null;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java
78
mLaunchInfo.
isCancelled
() == false) {
158
public boolean
isCancelled
() {
159
return mLaunchInfo.
isCancelled
();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowVibrator.java
39
public boolean
isCancelled
() {
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
() {
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ProcessorBase.java
28
* {@link #cancel(boolean)}. Users can check the processor's status using {@link #
isCancelled
()}
56
public abstract boolean
isCancelled
();
ImportProcessor.java
106
if (
isCancelled
() && mListener != null) {
125
if (
isCancelled
()) {
190
if (
isCancelled
()) {
236
if (
isCancelled
()) {
296
public synchronized boolean
isCancelled
() {
/external/guava/guava/src/com/google/common/util/concurrent/
ForwardingFuture.java
52
public boolean
isCancelled
() {
53
return delegate().
isCancelled
();
AbstractFuture.java
120
public boolean
isCancelled
() {
121
return sync.
isCancelled
();
313
boolean
isCancelled
() {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
VibratorTest.java
51
assertThat(shadowVibrator.
isCancelled
(), is(false));
55
assertThat(shadowVibrator.
isCancelled
(), is(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/ContactsCommon/src/com/android/contacts/common/util/
PhoneNumberFormatter.java
49
if (watcher == null ||
isCancelled
()) {
/packages/apps/Mms/src/com/android/mms/util/
PhoneNumberFormatter.java
49
if (watcher == null ||
isCancelled
()) {
/packages/apps/UnifiedEmail/src/com/android/bitmap/
DecodeTask.java
89
if (
isCancelled
()) {
108
if (
isCancelled
()) {
161
if (
isCancelled
()) {
181
if (
isCancelled
()) {
206
if (
isCancelled
()) {
220
if (
isCancelled
()) {
244
if (
isCancelled
()) {
249
if (!CROP_DURING_DECODE || (decodeResult == null && !
isCancelled
())) {
272
if (
isCancelled
()) {
323
+ result + " cancelled=" +
isCancelled
());
[
all
...]
/frameworks/volley/src/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;
/cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java
106
assertTrue(mAsyncTask.
isCancelled
());
119
assertTrue(mAsyncTask.
isCancelled
());
128
assertTrue(mAsyncTask.
isCancelled
());
Completed in 1032 milliseconds
1
2
3
4
5
6
7
8