Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DRootcanalUtils.java116 public RootcanalController enableRootcanal() in enableRootcanal()
242 return new RootcanalController(testPort, hciPort); in enableRootcanal()
422 public static class RootcanalController implements AutoCloseable { class in RootcanalUtils
428 private RootcanalController(int testPort, int hciPort) in RootcanalController() method in RootcanalUtils.RootcanalController