Home
last modified time | relevance | path

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

/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java53 private final IRunUtil mRunUtil = new RunUtil(); field in InstallUtilsHost
223 CommandResult result = mRunUtil.runTimedCmd(1000 * 60 * 5, cmd.split("\\s+")); in runCmd()