FileDocCategorySizeDatePackage
AsyncTask.javaAPI DocAndroid 5.1 API2201Sat Mar 14 14:09:40 GMT 2015android.os

AsyncTask

public abstract class AsyncTask extends Object

Fields Summary
public static final Executor
SERIAL_EXECUTOR
public static final Executor
THREAD_POOL_EXECUTOR
Constructors Summary
public AsyncTask()

 throw new RuntimeException("Stub!"); 
Methods Summary
public final booleancancel(boolean mayInterruptIfRunning)

 throw new RuntimeException("Stub!"); 
protected abstract ResultdoInBackground(Params params)

public final android.os.AsyncTaskexecute(Params params)

 throw new RuntimeException("Stub!"); 
public static voidexecute(java.lang.Runnable runnable)

 throw new RuntimeException("Stub!"); 
public final android.os.AsyncTaskexecuteOnExecutor(java.util.concurrent.Executor exec, Params params)

 throw new RuntimeException("Stub!"); 
public final Resultget()

 throw new RuntimeException("Stub!"); 
public final Resultget(long timeout, java.util.concurrent.TimeUnit unit)

 throw new RuntimeException("Stub!"); 
public final android.os.AsyncTask$StatusgetStatus()

 throw new RuntimeException("Stub!"); 
public final booleanisCancelled()

 throw new RuntimeException("Stub!"); 
protected voidonCancelled(Result result)

 throw new RuntimeException("Stub!"); 
protected voidonCancelled()

 throw new RuntimeException("Stub!"); 
protected voidonPostExecute(Result result)

 throw new RuntimeException("Stub!"); 
protected voidonPreExecute()

 throw new RuntimeException("Stub!"); 
protected voidonProgressUpdate(Progress values)

 throw new RuntimeException("Stub!"); 
protected final voidpublishProgress(Progress values)

 throw new RuntimeException("Stub!");