Searched refs:revertCommand (Results 1 – 1 of 1) sorted by relevance
48 public ShellCommandRule(String cmd, @Nullable String revertCommand, boolean checkSuccess, in ShellCommandRule() argument51 mRevertCommand = revertCommand; in ShellCommandRule()56 public ShellCommandRule(String cmd, @Nullable String revertCommand) { in ShellCommandRule() argument57 this(cmd, revertCommand, false, null); in ShellCommandRule()