OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onCancelled
(Results
1 - 25
of
123
) sorted by null
1
2
3
4
5
/external/robolectric/v1/src/main/java/android/os/
ShadowAsyncTaskBridge.java
29
public void
onCancelled
() {
30
asyncTask.
onCancelled
();
/frameworks/support/compat/tests/java/android/support/v4/content/
ModernAsyncTaskTest.java
39
* Test to ensure that
onCancelled
is always called, even if doInBackground throws an exception.
64
protected void
onCancelled
(Object o) {
78
fail("
onCancelled
not called!");
83
* Test to ensure that
onCancelled
is always called instead of onPostExecute when the exception
107
protected void
onCancelled
(Object o) {
127
fail("
onCancelled
not called");
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailAsyncTask.java
125
public void
onCancelled
(Result2 result) {
127
mOwner.
onCancelled
(result);
134
mOwner.
onCancelled
(result);
168
/** @see AsyncTask#
onCancelled
*/
169
protected void
onCancelled
(Result result) {
271
mInnerTask.
onCancelled
(result);
/cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java
156
protected void
onCancelled
(Object o) {
170
fail("
onCancelled
not called!");
191
protected void
onCancelled
(Object o) {
211
fail("
onCancelled
not called!");
249
protected void
onCancelled
() {
250
super.
onCancelled
();
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java
157
* After invoking this method, {@link #
onCancelled
(Object)}, instead of
395
* @see #
onCancelled
(Object)
418
* <p>The default implementation simply invokes {@link #
onCancelled
()} and
420
* <code>super.
onCancelled
(result)</code>.</p>
429
protected void
onCancelled
(Result result) {
430
onCancelled
();
434
* <p>Applications should preferably override {@link #
onCancelled
(Object)}.
436
* {@link #
onCancelled
(Object)}.</p>
441
* @see #
onCancelled
(Object)
445
protected void
onCancelled
() {
[
all
...]
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java
157
* After invoking this method, {@link #
onCancelled
(Object)}, instead of
395
* @see #
onCancelled
(Object)
418
* <p>The default implementation simply invokes {@link #
onCancelled
()} and
420
* <code>super.
onCancelled
(result)</code>.</p>
429
protected void
onCancelled
(Result result) {
430
onCancelled
();
434
* <p>Applications should preferably override {@link #
onCancelled
(Object)}.
436
* {@link #
onCancelled
(Object)}.</p>
441
* @see #
onCancelled
(Object)
445
protected void
onCancelled
() {
[
all
...]
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
AsyncTask.java
157
* After invoking this method, {@link #
onCancelled
(Object)}, instead of
395
* @see #
onCancelled
(Object)
418
* <p>The default implementation simply invokes {@link #
onCancelled
()} and
420
* <code>super.
onCancelled
(result)</code>.</p>
429
protected void
onCancelled
(Result result) {
430
onCancelled
();
434
* <p>Applications should preferably override {@link #
onCancelled
(Object)}.
436
* {@link #
onCancelled
(Object)}.</p>
441
* @see #
onCancelled
(Object)
445
protected void
onCancelled
() {
[
all
...]
/frameworks/base/core/java/android/os/
AsyncTask.java
140
* After invoking this method, {@link #
onCancelled
(Object)}, instead of
397
* @see #
onCancelled
(Object)
422
* <p>The default implementation simply invokes {@link #
onCancelled
()} and
424
* <code>super.
onCancelled
(result)</code>.</p>
434
protected void
onCancelled
(Result result) {
435
onCancelled
();
439
* <p>Applications should preferably override {@link #
onCancelled
(Object)}.
441
* {@link #
onCancelled
(Object)}.</p>
446
* @see #
onCancelled
(Object)
451
protected void
onCancelled
() {
[
all
...]
/frameworks/support/compat/java/android/support/v4/content/
ModernAsyncTask.java
232
* @see #
onCancelled
(Object)
255
* <p>The default implementation simply invokes {@link #
onCancelled
()} and
257
* <code>super.
onCancelled
(result)</code>.</p>
266
protected void
onCancelled
(Result result) {
267
onCancelled
();
271
* <p>Applications should preferably override {@link #
onCancelled
(Object)}.
273
* {@link #
onCancelled
(Object)}.</p>
278
* @see #
onCancelled
(Object)
282
protected void
onCancelled
() {
309
* <p>Calling this method will result in {@link #
onCancelled
(Object)} bein
[
all
...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImageAnimation.java
53
public void
onCancelled
(TransitionImageAnimation animation) {
264
mListener.
onCancelled
(this);
327
mListener.
onCancelled
(this);
/development/samples/ApiDemos/src/com/example/android/apis/security/
KeyStoreUsage.java
343
protected void
onCancelled
() {
404
protected void
onCancelled
() {
479
protected void
onCancelled
() {
518
protected void
onCancelled
() {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAsyncTask.java
42
getBridge().
onCancelled
();
/frameworks/base/core/java/android/print/
PrintFileDocumentAdapter.java
149
protected void
onCancelled
(Void result) {
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
EmailAsyncTaskTests.java
64
//
onCancelled
should unregister the instance too
133
protected void
onCancelled
(String result) {
/developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
SoundRecorder.java
128
protected void
onCancelled
() {
231
protected void
onCancelled
() {
/developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
SoundRecorder.java
128
protected void
onCancelled
() {
231
protected void
onCancelled
() {
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
SoundRecorder.java
128
protected void
onCancelled
() {
231
protected void
onCancelled
() {
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageLoader.java
263
protected void
onCancelled
(Bitmap bitmap) {
264
super.
onCancelled
(bitmap);
/packages/experimental/PrintApp/src/foo/bar/permission2/
PrintActivity.java
164
protected void
onCancelled
(Integer result) {
262
protected void
onCancelled
(Integer result) {
/packages/experimental/PrintApp/src/foo/bar/print/
PrintActivity.java
171
protected void
onCancelled
(Integer result) {
258
protected void
onCancelled
(Integer result) {
/packages/services/Telephony/src/com/android/phone/
CallerInfoCache.java
120
protected void
onCancelled
(Void result) {
122
super.
onCancelled
(result);
/packages/apps/TV/src/com/android/tv/dvr/
DvrDataManagerImpl.java
123
protected void
onCancelled
(List<ScheduledRecording> scheduledRecordings) {
361
protected void
onCancelled
(List<RecordedProgram> scheduledRecordings) {
393
protected void
onCancelled
(RecordedProgram recordedProgram) {
/developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/
MainActivity.java
160
protected void
onCancelled
(Integer result) {
/developers/samples/android/renderScript/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/
MainActivity.java
160
protected void
onCancelled
(Integer result) {
/development/samples/browseable/BasicRenderScript/src/com.example.android.basicrenderscript/
MainActivity.java
160
protected void
onCancelled
(Integer result) {
Completed in 1770 milliseconds
1
2
3
4
5