Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DFastPrintWriter.java100 public FastPrintWriter(OutputStream out, boolean autoFlush) { in FastPrintWriter() argument
101 this(out, autoFlush, 8192); in FastPrintWriter()
121 public FastPrintWriter(OutputStream out, boolean autoFlush, int bufferLen) { in FastPrintWriter() argument
122 super(new DummyWriter(), autoFlush); in FastPrintWriter()
132 mAutoFlush = autoFlush; in FastPrintWriter()
169 public FastPrintWriter(Writer wr, boolean autoFlush) { in FastPrintWriter() argument
170 this(wr, autoFlush, 8192); in FastPrintWriter()
190 public FastPrintWriter(Writer wr, boolean autoFlush, int bufferLen) { in FastPrintWriter() argument
191 super(new DummyWriter(), autoFlush); in FastPrintWriter()
201 mAutoFlush = autoFlush; in FastPrintWriter()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt103589 Ljava/io/PrintStream;->autoFlush:Z
103604 Ljava/io/PrintWriter;->autoFlush:Z