Home
last modified time | relevance | path

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

/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java186 public static List<String> runShortcutCommand(Instrumentation instrumentation, String command, in runShortcutCommand() method in ShortcutManagerTestUtils
193 return runShortcutCommand(instrumentation, command, result -> result.contains("Success")); in runShortcutCommandForSuccess()