Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DErrorConsoleView.java48 private ErrorConsoleListView mErrorList; field in ErrorConsoleView
81 mErrorList = (ErrorConsoleListView) findViewById(R.id.error_console_list_id); in commonSetupIfNeeded()
114 mErrorList.addErrorMessage(msg); in commonSetupIfNeeded()
127 mErrorList.addErrorMessage(consoleMessage); in addErrorMessage()
141 mErrorList.clearErrorMessages(); in clearErrorMessages()
152 return mErrorList.getCount(); in numberOfErrors()
175 mErrorList.setVisibility(View.GONE); in showConsole()
182 mErrorList.setVisibility(View.VISIBLE); in showConsole()
188 mErrorList.setVisibility(View.GONE); in showConsole()