Searched refs:resultAsserter (Results 1 – 1 of 1) sorted by relevance
167 Predicate<List<String>> resultAsserter) { in runCommand() argument176 if (resultAsserter != null && !resultAsserter.test(result)) { in runCommand()187 Predicate<List<String>> resultAsserter) { in runShortcutCommand() argument188 return runCommand(instrumentation, "cmd shortcut " + command, resultAsserter); in runShortcutCommand()