Home
last modified time | relevance | path

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

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