Searched refs:mErrorList (Results 1 – 1 of 1) sorted by relevance
48 private ErrorConsoleListView mErrorList; field in ErrorConsoleView81 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()