Searched refs:getAsyncTask (Results 1 – 1 of 1) sorted by relevance
72 AsyncTask<?, ?, ?> getAsyncTask(); in getAsyncTask() method98 public AsyncTask<?, ?, ?> getAsyncTask() { in getAsyncTask() method in FakeAsyncTaskExecutor.SubmittedTaskImpl194 if (submittedTask.getAsyncTask().getStatus() == AsyncTask.Status.FINISHED) { in runTask()