Searched refs:RunnerResult (Results 1 – 2 of 2) sorted by relevance
38 private class RunnerResult { class in AsyncRunner43 private class AsyncRunnerTask extends AsyncTask<SyncRunner, Void, RunnerResult> {48 protected RunnerResult doInBackground(SyncRunner... runner) { in doInBackground()49 RunnerResult result = new RunnerResult(); in doInBackground()100 protected void onCancelled(RunnerResult result) { in onCancelled()105 protected void onPostExecute(RunnerResult result) { in onPostExecute()110 result = new RunnerResult(); in onPostExecute()
15048 …w/core/AsyncRunner$AsyncRunnerTask;->onCancelled(Landroid/filterfw/core/AsyncRunner$RunnerResult;)V15049 …core/AsyncRunner$AsyncRunnerTask;->onPostExecute(Landroid/filterfw/core/AsyncRunner$RunnerResult;)V15051 Landroid/filterfw/core/AsyncRunner$RunnerResult;->exception:Ljava/lang/Exception;15052 Landroid/filterfw/core/AsyncRunner$RunnerResult;->status:I