Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/log/
DFileLoggerTest.java220 String content = StreamUtil.getStringFromSource(logSource); in testFiltering_ddms()
245 String content = StreamUtil.getStringFromSource(logSource); in testFiltering_ddms_log()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DDebugHostLogOnFailureCollectorTest.java97 assertEquals("bbb", StreamUtil.getStringFromSource(arg3)); in testCollect()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DStreamUtil.java62 public static String getStringFromSource(InputStreamSource source) throws IOException { in getStringFromSource() method in StreamUtil