Searched refs:writeRow (Results 1 – 1 of 1) sorted by relevance
/packages/modules/StatsD/tests/src/android/cts/statsd/atom/ |
D | BufferDebug.java | 69 writeRow(str, buf, row * WIDTH, WIDTH, max); in toHex() 74 writeRow(str, buf, rows * WIDTH, max - (rows * WIDTH), max); in toHex() 87 private static void writeRow(StringBuilder str, byte[] buf, int start, int len, int max) { in writeRow() method in BufferDebug
|