Home | History | Annotate | Download | only in interactions

Lines Matching defs:dialog

20 import android.app.Dialog;
65 * dialog to pick one. Creating one of these interactions should be done through the static
176 * {@link DialogFragment} used for displaying a dialog with a list of phone numbers of which
211 public Dialog onCreateDialog(Bundle savedInstanceState) {
229 public void onClick(DialogInterface dialog, int which) {
232 final AlertDialog alertDialog = (AlertDialog)dialog;
246 dialog.dismiss();
333 * or a disambiguation dialog to determine which phone number should be used. If there
334 * is a primary phone number, it will be automatically used and a disambiguation dialog
347 * disambiguation dialog will be shown regardless of whether or not a primary phone number
448 * call, dialog is automatically shown and the user is asked to choose one.
454 * (built from {@link Data#CONTENT_URI}). Contact Uri may show the disambiguation dialog while
464 * call, dialog is automatically shown and the user is asked to choose one.
470 * (built from {@link Data#CONTENT_URI}). Contact Uri may show the disambiguation dialog while
474 * disambiguation dialog will be shown regardless of whether or not a primary phone number
499 * candidates for the phone call, dialog is automatically shown and the user is asked to choose
506 * (built from {@link Data#CONTENT_URI}). Contact Uri may show the disambiguation dialog while