Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DStreamUtilTest.java105 assertEquals(3, StreamUtil.countLinesFromSource(source)); in testCountLinesFromSource()
/tools/tradefederation/core/src/com/android/tradefed/util/
DStreamUtil.java75 public static int countLinesFromSource(InputStreamSource source) throws IOException { in countLinesFromSource() method in StreamUtil