Lines Matching defs:ErrorDialog
486 private class ErrorDialog {
490 ErrorDialog(int title, String desc, int error) {
516 private LinkedList<ErrorDialog> mQueuedErrors;
520 mQueuedErrors = new LinkedList<ErrorDialog>();
522 for (ErrorDialog d : mQueuedErrors) {
528 ErrorDialog errDialog = new ErrorDialog(
541 private void showError(ErrorDialog errDialog) {