Home
last modified time | relevance | path

Searched refs:ErrorConsoleListView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DErrorConsoleView.java48 private ErrorConsoleListView mErrorList;
81 mErrorList = (ErrorConsoleListView) findViewById(R.id.error_console_list_id); in commonSetupIfNeeded()
210 private static class ErrorConsoleListView extends ListView { class in ErrorConsoleView
214 public ErrorConsoleListView(Context context, AttributeSet attributes) { in ErrorConsoleListView() method in ErrorConsoleView.ErrorConsoleListView