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