Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DFastPrintWriter.java35 private static class DummyWriter extends Writer { class in FastPrintWriter
120 super(new DummyWriter(), autoFlush); in FastPrintWriter()
189 super(new DummyWriter(), autoFlush); in FastPrintWriter()
232 super(new DummyWriter(), true); in FastPrintWriter()
/frameworks/base/
Dpreloaded-classes2825 com.android.internal.util.FastPrintWriter$DummyWriter
Dcompiled-classes-phone5810 com.android.internal.util.FastPrintWriter$DummyWriter
/frameworks/base/services/
Dprofile-classes3381 Lcom/android/internal/util/FastPrintWriter$DummyWriter;