Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DRootcanalUtils.java425 private Socket rootcanalTestChannel = null; field in RootcanalUtils.RootcanalController
437 rootcanalTestChannel.close(); in close()
466 if (rootcanalTestChannel == null) { in sendTestChannelCommand()
467 rootcanalTestChannel = new Socket("localhost", testPort); in sendTestChannelCommand()
470 + readTestChannel(rootcanalTestChannel.getInputStream())); in sendTestChannelCommand()
483 rootcanalTestChannel.getOutputStream().write(msg.toByteArray()); in sendTestChannelCommand()
484 return readTestChannel(rootcanalTestChannel.getInputStream()); in sendTestChannelCommand()