Home
last modified time | relevance | path

Searched defs:bufferLen (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java121 public FastPrintWriter(OutputStream out, boolean autoFlush, int bufferLen) { in FastPrintWriter()
190 public FastPrintWriter(Writer wr, boolean autoFlush, int bufferLen) { in FastPrintWriter()
233 public FastPrintWriter(Printer pr, int bufferLen) { in FastPrintWriter()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java1000 int bufferLen; in constructUserData() local