No examples for this method.
Frequently called with: [Clear]
-1
| API Diff Specification | |
| To Level: | 11 |
| From Level: | 10 |
| Generated | 2011.02.19 17:19 |
AsyncTask | Added Methods | |
|---|---|
void
execute(
Runnable)
|
|
AsyncTask<Params, Progress, Result>)
executeOnExecutor(
Executor
|
|
void
onCancelled(
Result)
|
|
| Added Fields | |
|---|---|
Executor
SERIAL_EXECUTOR
|
|
Executor
THREAD_POOL_EXECUTOR
|
|