Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java109 protected static class CaptureList extends LinkedList<List<String>> { class in Console
110 CaptureList() { in CaptureList() method in Console.CaptureList
114 CaptureList(Collection<? extends List<String>> c) { in CaptureList() method in Console.CaptureList