Lines Matching full:dialog
937 * Show programming failure dialog when OTA provisioning fails.
939 * dialog is shown. Otherwise a two-second notice is shown with unsuccessful
954 if (DBG) log("otaShowProgramFailure(): show failure dialog");
960 * Show either programming success dialog when OTA provisioning succeeds, or
961 * programming failure dialog when it fails. See {@link #otaShowProgramFailure}
976 if (DBG) log("otaShowSuccessFailure(), show success dialog");
979 if (DBG) log("otaShowSuccessFailure(), show failure dialog");
986 * Show programming failure dialog when OTA provisioning fails more than 3
1005 * Show programming success dialog when OTA provisioning succeeds.
1034 public boolean onKey(DialogInterface dialog, int keyCode, KeyEvent event) {
1305 public boolean onKey(DialogInterface dialog, int keyCode,
1318 public void onClick(DialogInterface dialog, int which) {
1324 // "Cancel" means just dismiss the dialog.
1333 if (DBG) log("Dialog Next Clicked!");