Home | History | Annotate | Download | only in group

Lines Matching defs:dialog

22 import android.app.Dialog;
162 SELECTING_ACCOUNT, // Account select dialog is showing
230 // Account select dialog is showing. Don't setup the editor yet.
251 // No Account specified. Let the user choose from a disambiguation dialog.
324 // it without showing a dialog.
330 return; // Don't show a dialog.
542 CancelEditDialogFragment dialog = new CancelEditDialogFragment();
543 dialog.setTargetFragment(fragment, 0);
544 dialog.show(fragment.getFragmentManager(), "cancelEditor");
548 public Dialog onCreateDialog(Bundle savedInstanceState) {
549 AlertDialog dialog = new AlertDialog.Builder(getActivity())
562 return dialog;