Home
last modified time | relevance | path

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

/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java195 Predicate<List<String>> resultAsserter) { in runCommand() argument
204 if (resultAsserter != null && !resultAsserter.test(result)) { in runCommand()
215 Predicate<List<String>> resultAsserter) { in runShortcutCommand() argument
216 return runCommand(instrumentation, "cmd shortcut " + command, resultAsserter); in runShortcutCommand()