Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b93e7669 authored by Flavio Lerda's avatar Flavio Lerda Committed by Android (Google) Code Review
Browse files

Merge "Mark method as needed for testing." into ics-mr1

parents b5a6a925 42f85dd9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -125,6 +125,7 @@ public class FormatUtils {
    }

    /** Returns a String that represents the content of the given {@link CharArrayBuffer}. */
    @NeededForTesting
    public static String charArrayBufferToString(CharArrayBuffer buffer) {
        return new String(buffer.data, 0, buffer.sizeCopied);
    }