Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DRootcanalUtils.java225 String checkCmd = "netstat -l -t -n -W | grep '0\\.0\\.0\\.0:6111'"; in enableRootcanal() local
229 CommandResult res = device.executeShellV2Command(checkCmd); in enableRootcanal()