Searched refs:ErrorDialog (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fingerprint/
H A DFingerprintEnrollEnrolling.java297 ErrorDialog dlg = ErrorDialog.newInstance(msg, msgId);
298 dlg.show(getFragmentManager(), ErrorDialog.class.getName());
427 public static class ErrorDialog extends DialogFragment { class in class:FingerprintEnrollEnrolling
430 * Create a new instance of ErrorDialog.
434 * @return a new ErrorDialog
436 static ErrorDialog newInstance(CharSequence msg, int msgId) {
437 ErrorDialog dlg = new ErrorDialog();
/packages/apps/Browser/src/com/android/browser/
H A DTab.java260 private class ErrorDialog { class in class:Tab
264 ErrorDialog(int title, String desc, int error) { method in class:Tab.ErrorDialog
290 private LinkedList<ErrorDialog> mQueuedErrors;
294 mQueuedErrors = new LinkedList<ErrorDialog>();
296 for (ErrorDialog d : mQueuedErrors) {
302 ErrorDialog errDialog = new ErrorDialog(
315 private void showError(ErrorDialog errDialog) {

Completed in 3319 milliseconds