Searched refs:errDialog (Results 1 – 1 of 1) sorted by relevance
304 ErrorDialog errDialog = new ErrorDialog( in queueError() local309 mQueuedErrors.addLast(errDialog); in queueError()313 showError(errDialog); in queueError()317 private void showError(ErrorDialog errDialog) { in showError() argument320 .setTitle(errDialog.mTitle) in showError()321 .setMessage(errDialog.mDescription) in showError()