Searched refs:getStringFromSource (Results 1 – 3 of 3) sorted by relevance
220 String content = StreamUtil.getStringFromSource(logSource); in testFiltering_ddms()245 String content = StreamUtil.getStringFromSource(logSource); in testFiltering_ddms_log()
97 assertEquals("bbb", StreamUtil.getStringFromSource(arg3)); in testCollect()
62 public static String getStringFromSource(InputStreamSource source) throws IOException { in getStringFromSource() method in StreamUtil