Searched refs:ProgressAlertDialog (Results 1 – 1 of 1) sorted by relevance
56 private ProgressAlertDialog mProgressAlertDialog;79 private ProgressAlertDialog createProgressAlertDialog() { in createProgressAlertDialog()81 final ProgressAlertDialog progressDialog = new ProgressAlertDialog(context); in createProgressAlertDialog()193 static class ProgressAlertDialog extends AlertDialog { class in ProgressDialogFragment196 protected ProgressAlertDialog(@NonNull Context context) { in ProgressAlertDialog() method in ProgressDialogFragment.ProgressAlertDialog200 protected ProgressAlertDialog(@NonNull Context context, int themeResId) { in ProgressAlertDialog() method in ProgressDialogFragment.ProgressAlertDialog