Searched defs:wrapLength (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
H A DIndentingPrintWriter.java33 private final int wrapLength; field in class:IndentingPrintWriter
54 public IndentingPrintWriter(Writer writer, String singleIndent, int wrapLength) { argument
57 this.wrapLength = wrapLength;
120 if (wrapLength > 0 && currentLength >= wrapLength - indentLength) {

Completed in 53 milliseconds