Home
last modified time | relevance | path

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

/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java134 public static String concatResult(List<String> result) { in concatResult() method in ShortcutManagerTestUtils
168 fail("Command failed. Result was:\n" + concatResult(result)); in assertSuccess()
176 + "\nActual:\n" + concatResult(result)); in assertContains()
205 fail("Command '" + command + "' failed, output was:\n" + concatResult(result)); in runCommand()
325 , result ->concatResult(result).contains(word)); in enableComponent()
344 return new JSONObject(concatResult(runCommand(instrumentation, "dumpsys shortcut -c"))); in getCheckinDump()