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

/frameworks/base/core/java/android/app/
H A DAlertDialog.java46 * <p>The AlertDialog class takes care of automatically setting
55 public class AlertDialog extends Dialog implements DialogInterface { class in inherits:Dialog,DialogInterface
58 protected AlertDialog(Context context) { method in class:AlertDialog
62 protected AlertDialog(Context context, int theme) { method in class:AlertDialog
67 protected AlertDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { method in class:AlertDialog
270 * Constructor using a context for this builder and the {@link AlertDialog} it creates.
780 * Creates a {@link AlertDialog} with the arguments supplied to this builder. It does not
785 public AlertDialog create() {
786 final AlertDialog dialog = new AlertDialog(
[all...]

Completed in 45 milliseconds