Searched refs:onPostExecute (Results 1 – 8 of 8) sorted by relevance
21 public void onPostExecute(Result result) { in onPostExecute() method in ShadowAsyncTaskBridge22 asyncTask.onPostExecute(result); in onPostExecute()
188 mPollingTask.onPostExecute(mResult); in doInBackground()204 protected void onPostExecute(Integer result) { in onPostExecute() method in PollingAction205 super.onPostExecute(result); in onPostExecute()
147 public void onPostExecute(int result) { in onPostExecute() method in PollingTask
103 protected void onPostExecute(Boolean result) { in onPostExecute() method in InterpreterUninstaller
128 protected void onPostExecute(Long result) { in onPostExecute() method in UrlDownloaderTask
134 protected void onPostExecute(Long result) { in onPostExecute() method in ZipExtractorTask
36 getBridge().onPostExecute(result); in ShadowAsyncTask()
137 @Override protected void onPostExecute(String s) { in onPostExecute() method in AsyncTaskTest.MyAsyncTask