Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DSystemUtil.java99 public static String runShellCommand(String cmd, Predicate<String> resultChecker) { in runShellCommand() argument
101 if (resultChecker != null) { in runShellCommand()
104 resultChecker.test(result)); in runShellCommand()