Searched refs:runShortcutCommand (Results 1 – 1 of 1) sorted by relevance
186 public static List<String> runShortcutCommand(Instrumentation instrumentation, String command, in runShortcutCommand() method in ShortcutManagerTestUtils193 return runShortcutCommand(instrumentation, command, result -> result.contains("Success")); in runShortcutCommandForSuccess()