Searched refs:mAlertDialog (Results 1 – 1 of 1) sorted by relevance
100 private AlertDialog mAlertDialog; field in DialogStubActivity188 mAlertDialog = getAlertDialogInstance(false); in onCreateDialog()190 mAlertDialog.setButton(getString(R.string.alert_dialog_positive), in onCreateDialog()192 mAlertDialog.setButton2(getString(R.string.alert_dialog_negative), in onCreateDialog()194 mAlertDialog.setButton3(getString(R.string.alert_dialog_neutral), in onCreateDialog()197 mAlertDialog.setButton(AlertDialog.BUTTON_POSITIVE, in onCreateDialog()199 mAlertDialog.setButton(AlertDialog.BUTTON_NEUTRAL, in onCreateDialog()201 mAlertDialog.setButton(AlertDialog.BUTTON_NEGATIVE, in onCreateDialog()204 mDialog = mAlertDialog; in onCreateDialog()234 mAlertDialog = getAlertDialogInstance(false); in onCreateDialog()[all …]