Uses of Class
com.stericson.RootTools.RootTools.Result

Uses of RootTools.Result in com.stericson.RootTools
 

Methods in com.stericson.RootTools that return RootTools.Result
 RootTools.Result RootTools.Result.setData(java.io.Serializable data)
           
 RootTools.Result RootTools.Result.setError(int error)
           
 RootTools.Result RootTools.Result.setProcess(java.lang.Process process)
           
 

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