Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAlertDialog.java73 public class AlertDialog extends Dialog implements DialogInterface { class
144 protected AlertDialog(Context context) { in AlertDialog() method in AlertDialog
166 protected AlertDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { in AlertDialog() method in AlertDialog
199 protected AlertDialog(Context context, @StyleRes int themeResId) { in AlertDialog() method in AlertDialog
203 AlertDialog(Context context, @StyleRes int themeResId, boolean createContextThemeWrapper) { in AlertDialog() method in AlertDialog