Searched defs:AlertDialog (Results 1 – 2 of 2) sorted by relevance
213 private fun AlertDialog.setNeutralButton( in AlertDialog() method220 private fun AlertDialog.setPositiveButton( in AlertDialog() method227 private fun AlertDialog.setMessage(msgId: Int) { in AlertDialog() method
73 public class AlertDialog extends Dialog implements DialogInterface { class144 protected AlertDialog(Context context) { in AlertDialog() method in AlertDialog166 protected AlertDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { in AlertDialog() method in AlertDialog199 protected AlertDialog(Context context, @StyleRes int themeResId) { in AlertDialog() method in AlertDialog203 AlertDialog(Context context, @StyleRes int themeResId, boolean createContextThemeWrapper) { in AlertDialog() method in AlertDialog