Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DRootcanalUtils.java470 + readTestChannel(rootcanalTestChannel.getInputStream())); in sendTestChannelCommand()
484 return readTestChannel(rootcanalTestChannel.getInputStream()); in sendTestChannelCommand()
488 private String readTestChannel(InputStream in) throws IOException { in readTestChannel() method in RootcanalUtils.RootcanalController