Searched refs:runShellCommandRwe (Results 1 – 5 of 5) sorted by relevance
35 protected CommandResult runShellCommandRwe(String cmd) { in runShellCommandRwe() method in HostSideAdServicesShellCommandHelper36 return TestDeviceHelper.runShellCommandRwe("%s", cmd); in runShellCommandRwe()
98 public static CommandResult runShellCommandRwe( in runShellCommandRwe() method in TestDeviceHelper100 return runShellCommandRwe(TestDeviceHelper.getTestDevice(), cmdFmt, cmdArgs); in runShellCommandRwe()108 public static CommandResult runShellCommandRwe( in runShellCommandRwe() method in TestDeviceHelper
134 CommandResult res = runShellCommandRwe(cmd); in runCommandRwe()150 protected abstract CommandResult runShellCommandRwe(String cmd); in runShellCommandRwe() method in AbstractAdServicesShellCommandHelper
51 protected CommandResult runShellCommandRwe(String cmd) { in runShellCommandRwe() method in AdServicesShellCommandHelper
234 protected CommandResult runShellCommandRwe(String cmd) { in runShellCommandRwe() method in AbstractAdServicesShellCommandHelperTest.FakeAdServicesShellCommandHelper