Searched refs:IndeterminateProgressDialog (Results 1 – 2 of 2) sorted by relevance
44 public class IndeterminateProgressDialog extends DialogFragment { class45 private static final String TAG = IndeterminateProgressDialog.class.getSimpleName();68 public static IndeterminateProgressDialog show(FragmentManager fragmentManager, in show()70 IndeterminateProgressDialog dialogFragment = new IndeterminateProgressDialog(); in show()
48 final IndeterminateProgressDialog progressDialog = IndeterminateProgressDialog.show( in onCreateDialog()