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

/packages/apps/Browser/src/com/android/browser/
H A DTab.java296 ErrorDialog errDialog = new ErrorDialog(
301 mQueuedErrors.addLast(errDialog);
305 showError(errDialog);
309 private void showError(ErrorDialog errDialog) { argument
312 .setTitle(errDialog.mTitle)
313 .setMessage(errDialog.mDescription)

Completed in 11 milliseconds