Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DFastPrintWriter.java297 private void appendLocked(char c) throws IOException { in appendLocked() method in FastPrintWriter
307 private void appendLocked(String str, int i, final int length) throws IOException { in appendLocked() method in FastPrintWriter
327 private void appendLocked(char[] buf, int i, final int length) throws IOException { in appendLocked() method in FastPrintWriter