OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:concatResult
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerNegativeTest.java
19
import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.
concatResult
;
126
return
concatResult
(ret);
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
ShortcutManagerTestUtils.java
126
public static String
concatResult
(List<String> result) {
146
fail("Command failed. Result was:\n" +
concatResult
(result));
154
+ "\nActual:\n" +
concatResult
(result));
173
fail("Command '" + command + "' failed, output was:\n" +
concatResult
(result));
254
, result ->
concatResult
(result).contains(word));
273
return new JSONObject(
concatResult
(runCommand(instrumentation, "dumpsys shortcut -c")));
[
all
...]
Completed in 246 milliseconds