Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DRootcanalUtils.java236 int testPort = findOpenPort(); in enableRootcanal()
239 int hciPort = findOpenPort(); in enableRootcanal()
322 private static int findOpenPort() throws IOException { in findOpenPort() method in RootcanalUtils