Searched defs:stop_cmd (Results 1 – 2 of 2) sorted by relevance
115 std::string stop_cmd = "am force-stop " + app_name; in StopApp() local128 std::string stop_cmd = "am force-stop " + app_name; in StopApp() local
122 def stop_cmd(self) -> TupleCmdArgs: member in ShellProbe