Lines Matching defs:ok
37 * and is invoked when the "Ok" button is selected.
72 // If the click was not "OK", clear out whichEvents to represent
102 // Enable the "ok" button now that the user has selected which
104 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE);
105 ok.setEnabled(true);
125 // we try to fetch the "Ok" button.
132 .setPositiveButton(android.R.string.ok, mDialogListener)
140 // Disable the "Ok" button until the user selects which events to
142 Button ok = dialog.getButton(DialogInterface.BUTTON_POSITIVE);
143 ok.setEnabled(false);