Lines Matching defs:ErrorDialog
253 private class ErrorDialog {
257 ErrorDialog(int title, String desc, int error) {
283 private LinkedList<ErrorDialog> mQueuedErrors;
287 mQueuedErrors = new LinkedList<ErrorDialog>();
289 for (ErrorDialog d : mQueuedErrors) {
295 ErrorDialog errDialog = new ErrorDialog(
308 private void showError(ErrorDialog errDialog) {