Searched defs:IndeterminateProgressDialog (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
H A DIndeterminateProgressDialog.java36 * IndeterminateProgressDialog instance.
44 public class IndeterminateProgressDialog extends DialogFragment { class in inherits:DialogFragment
45 private static final String TAG = IndeterminateProgressDialog.class.getSimpleName();
68 public static IndeterminateProgressDialog show(FragmentManager fragmentManager,
70 IndeterminateProgressDialog dialogFragment = new IndeterminateProgressDialog();

Completed in 67 milliseconds