Home
last modified time | relevance | path

Searched refs:IndeterminateProgressDialog (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
DIndeterminateProgressDialog.java44 public class IndeterminateProgressDialog extends DialogFragment { class
45 private static final String TAG = IndeterminateProgressDialog.class.getSimpleName();
68 public static IndeterminateProgressDialog show(FragmentManager fragmentManager, in show()
70 IndeterminateProgressDialog dialogFragment = new IndeterminateProgressDialog(); in show()
DClearFrequentsDialog.java54 final IndeterminateProgressDialog progressDialog = IndeterminateProgressDialog.show( in onCreateDialog()
/packages/apps/Dialer/src/com/android/dialer/filterednumber/
DBlockedNumbersSettingsActivity.java31 import com.android.contacts.common.dialog.IndeterminateProgressDialog;