Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DTableFormatterTest.java65 new TableFormatter().displayTable(testData, writer); in doDisplayTable()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTableFormatter.java46 public void displayTable(List<List<String>> table, PrintWriter writer) { in displayTable() method in TableFormatter
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1822 new TableFormatter().displayTable(displayRows, printWriter); in displayInvocationsInfo()
1977 new TableFormatter().displayTable(displayRows, printWriter); in displayCommandQueue()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java1024 new TableFormatter().displayTable(displayRows, stream); in displayDevicesInfo()