Home
last modified time | relevance | path

Searched refs:lineBuffer (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java385 StringBuilder lineBuffer = new StringBuilder(); in splitModules() local
386 lineBuffer.append(String.format("shard #%d (%s):", in splitModules()
389 lineBuffer.append(itr.next().first); in splitModules()
391 lineBuffer.append(','); in splitModules()
392 lineBuffer.append(itr.next().first); in splitModules()
395 printLine(lineBuffer.toString()); in splitModules()