Home | History | Annotate | Download | only in browser

Lines Matching full:errordialog

256     private class ErrorDialog {
260 ErrorDialog(int title, String desc, int error) {
286 private LinkedList<ErrorDialog> mQueuedErrors;
290 mQueuedErrors = new LinkedList<ErrorDialog>();
292 for (ErrorDialog d : mQueuedErrors) {
298 ErrorDialog errDialog = new ErrorDialog(
311 private void showError(ErrorDialog errDialog) {