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.java167 Predicate<List<String>> resultAsserter) { in runCommand() argument
176 if (resultAsserter != null && !resultAsserter.test(result)) { in runCommand()
187 Predicate<List<String>> resultAsserter) { in runShortcutCommand() argument
188 return runCommand(instrumentation, "cmd shortcut " + command, resultAsserter); in runShortcutCommand()