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.java130 public static String concatResult(List<String> result) { in concatResult() method in ShortcutManagerTestUtils
150 fail("Command failed. Result was:\n" + concatResult(result)); in assertSuccess()
158 + "\nActual:\n" + concatResult(result)); in assertContains()
177 fail("Command '" + command + "' failed, output was:\n" + concatResult(result)); in runCommand()
262 , result ->concatResult(result).contains(word)); in enableComponent()
281 return new JSONObject(concatResult(runCommand(instrumentation, "dumpsys shortcut -c"))); in getCheckinDump()