Searched defs:errDialog (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DTab.java428 ErrorDialog errDialog = new ErrorDialog(
433 mQueuedErrors.addLast(errDialog);
437 showError(errDialog);
441 private void showError(ErrorDialog errDialog) { argument
444 .setTitle(errDialog.mTitle)
445 .setMessage(errDialog.mDescription)

Completed in 7 milliseconds