Searched refs:onProgressUpdate (Results 1 – 5 of 5) sorted by relevance
25 public void onProgressUpdate(Progress... values) { in onProgressUpdate() method in ShadowAsyncTaskBridge26 asyncTask.onProgressUpdate(values); in onProgressUpdate()
107 getBridge().onProgressUpdate(values); in publishProgress()
113 protected void onProgressUpdate(Integer... progress) { in onProgressUpdate() method in UrlDownloaderTask
123 protected void onProgressUpdate(Integer... progress) { in onProgressUpdate() method in ZipExtractorTask
133 @Override protected void onProgressUpdate(String... values) { in onProgressUpdate() method in AsyncTaskTest.MyAsyncTask