Searched refs:mShowProgressDialogRunnable (Results 1 – 1 of 1) sorted by relevance
58 private Runnable mShowProgressDialogRunnable = new Runnable() { field in AsyncDialog69 mHandler.removeCallbacks(mShowProgressDialogRunnable); in clearPendingProgressDialog()118 mHandler.postDelayed(mShowProgressDialogRunnable, 500); in onPreExecute()140 mHandler.removeCallbacks(mShowProgressDialogRunnable); in doInBackground()