Searched refs:revertCommand (Results 1 – 1 of 1) sorted by relevance
49 public ShellCommandRule(String cmd, @Nullable String revertCommand, boolean checkSuccess, in ShellCommandRule() argument52 mRevertCommand = revertCommand; in ShellCommandRule()57 public ShellCommandRule(String cmd, @Nullable String revertCommand) { in ShellCommandRule() argument58 this(cmd, revertCommand, false, null); in ShellCommandRule()