Methods Summary |
---|
public final boolean | cancel(boolean mayInterruptIfRunning) throw new RuntimeException("Stub!");
|
protected abstract Result | doInBackground(Params params)
|
public final android.os.AsyncTask | execute(Params params) throw new RuntimeException("Stub!");
|
public static void | execute(java.lang.Runnable runnable) throw new RuntimeException("Stub!");
|
public final android.os.AsyncTask | executeOnExecutor(java.util.concurrent.Executor exec, Params params) throw new RuntimeException("Stub!");
|
public final Result | get() throw new RuntimeException("Stub!");
|
public final Result | get(long timeout, java.util.concurrent.TimeUnit unit) throw new RuntimeException("Stub!");
|
public final android.os.AsyncTask$Status | getStatus() throw new RuntimeException("Stub!");
|
public final boolean | isCancelled() throw new RuntimeException("Stub!");
|
protected void | onCancelled(Result result) throw new RuntimeException("Stub!");
|
protected void | onCancelled() throw new RuntimeException("Stub!");
|
protected void | onPostExecute(Result result) throw new RuntimeException("Stub!");
|
protected void | onPreExecute() throw new RuntimeException("Stub!");
|
protected void | onProgressUpdate(Progress values) throw new RuntimeException("Stub!");
|
protected final void | publishProgress(Progress values) throw new RuntimeException("Stub!");
|