Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommand.java190 public <E> E executeAndParseOutput(Function<String, E> outputParser) throws AdbException { in executeAndParseOutput() argument
194 return outputParser.apply(output); in executeAndParseOutput()