Searched refs:wrapLength (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Dialer/java/com/android/voicemail/impl/utils/ |
D | IndentingPrintWriter.java | 33 private final int wrapLength; field in IndentingPrintWriter 54 public IndentingPrintWriter(Writer writer, String singleIndent, int wrapLength) { in IndentingPrintWriter() argument 57 this.wrapLength = wrapLength; in IndentingPrintWriter() 120 if (wrapLength > 0 && currentLength >= wrapLength - indentLength) { in write()
|
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | IndentingPrintWriter.java | 63 int wrapLength) { in IndentingPrintWriter() argument 64 this(writer, singleIndent, null, wrapLength); in IndentingPrintWriter() 68 @Nullable String prefix, int wrapLength) { in IndentingPrintWriter() argument 71 mWrapLength = wrapLength; in IndentingPrintWriter()
|
/packages/services/Car/car-lib/src/com/android/car/internal/util/ |
D | IndentingPrintWriter.java | 70 int wrapLength) { in IndentingPrintWriter() argument 71 this(writer, singleIndent, null, wrapLength); in IndentingPrintWriter() 75 @Nullable String prefix, int wrapLength) { in IndentingPrintWriter() argument 78 mWrapLength = wrapLength; in IndentingPrintWriter()
|