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