Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/
DCommandsHelper.java95 public List<String> executeShellCommandAndSplitOutput(String command, in executeShellCommandAndSplitOutput() method in CommandsHelper
117 return getInstance().executeShellCommandAndSplitOutput(command, LINE_SEPARATORS); in executeAndSplitLines()