Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java149 private MessageConsoleStream mAndroidConsoleErrorStream; field in AdtPlugin
223 mAndroidConsoleErrorStream = mAndroidConsole.newMessageStream(); in start()
316 mAndroidConsoleErrorStream.setColor(mRed); in workbenchStarted()
1011 printToStream(sPlugin.mAndroidConsoleErrorStream, tag, message);
1023 printToStream(sPlugin.mAndroidConsoleErrorStream, tag, objects);
1763 return sPlugin.mAndroidConsoleErrorStream;