Searched refs:onProgressUpdate (Results 1 – 3 of 3) 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()
133 @Override protected void onProgressUpdate(String... values) { in onProgressUpdate() method in AsyncTaskTest.MyAsyncTask