Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
H A DShellCommandRule.java44 private final String mRevertCommand; field in ShellCommandRule
51 mRevertCommand = revertCommand; in ShellCommandRule()
76 if (mRevertCommand != null) { in apply()
79 mRevertCommand); in apply()
82 "Failed command: " + mRevertCommand in apply()