Searched refs:mAlertDialog (Results 1 – 1 of 1) sorted by relevance
101 private AlertDialog mAlertDialog; field in DialogStubActivity189 mAlertDialog = getAlertDialogInstance(false); in onCreateDialog()191 mAlertDialog.setButton(getString(R.string.alert_dialog_positive), in onCreateDialog()193 mAlertDialog.setButton2(getString(R.string.alert_dialog_negative), in onCreateDialog()195 mAlertDialog.setButton3(getString(R.string.alert_dialog_neutral), in onCreateDialog()198 mAlertDialog.setButton(AlertDialog.BUTTON_POSITIVE, in onCreateDialog()200 mAlertDialog.setButton(AlertDialog.BUTTON_NEUTRAL, in onCreateDialog()202 mAlertDialog.setButton(AlertDialog.BUTTON_NEGATIVE, in onCreateDialog()205 mDialog = mAlertDialog; in onCreateDialog()235 mAlertDialog = getAlertDialogInstance(false); in onCreateDialog()[all …]