Searched refs:mConsoleOut (Results 1 – 1 of 1) sorted by relevance
58 private Field mConsoleOut; field in DexWrapper99 mConsoleOut = consoleClass.getField("out"); //$NON-NLS-1$ in loadDex()135 mConsoleOut = null; in unload()164 assert mConsoleOut != null; in run()177 mConsoleOut.set(null /* obj: static field */, outStream); in run()