Methods in com.stericson.RootTools with parameters of type RootTools.Result |
static java.util.List<java.lang.String> |
RootTools.sendShell(java.lang.String[] commands,
int sleepTime,
RootTools.Result result,
boolean useRoot,
int timeout)
Sends several shell command as su (attempts to) if useRoot is true; as the current user
(app_xxx) otherwise. |
static java.util.List<java.lang.String> |
RootTools.sendShell(java.lang.String[] commands,
int sleepTime,
RootTools.Result result,
int timeout)
Sends several shell command as su (attempts to) |
static java.util.List<java.lang.String> |
RootTools.sendShell(java.lang.String command,
RootTools.Result result,
int timeout)
Sends one shell command as su, unless useRoot is set to false |