Lines Matching refs:errorConsole
1651 ErrorConsoleView errorConsole = t.getErrorConsole(true);
1652 if (errorConsole.numberOfErrors() == 0) {
1653 errorConsole.showConsole(ErrorConsoleView.SHOW_NONE);
1655 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED);
1658 mErrorConsoleContainer.addView(errorConsole,
1685 ErrorConsoleView errorConsole = t.getErrorConsole(false);
1686 if (errorConsole != null) {
1687 mErrorConsoleContainer.removeView(errorConsole);
3666 ErrorConsoleView errorConsole = mTabControl.getCurrentTab()
3671 if (errorConsole.numberOfErrors() > 0) {
3672 errorConsole.showConsole(ErrorConsoleView.SHOW_MINIMIZED);
3674 errorConsole.showConsole(ErrorConsoleView.SHOW_NONE);
3678 mErrorConsoleContainer.addView(errorConsole,
3682 mErrorConsoleContainer.removeView(errorConsole);