Searched defs:ShellHelper (Results 1 – 2 of 2) sorted by relevance
84 struct ShellHelper { struct85 static bool RunCmd(const std::string& cmdStr) { in RunCmd()94 static bool Start(const char* packageName, const char* activityName) { in Start()99 static bool Stop(const char* packageName) { in Stop()
35 public final class ShellHelper { class109 private ShellHelper() { in ShellHelper() method in ShellHelper