Home
last modified time | relevance | path

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

/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java191 public static List<String> runShortcutCommandForSuccess(Instrumentation instrumentation, in runShortcutCommandForSuccess() method in ShortcutManagerTestUtils
199 final List<String> result = runShortcutCommandForSuccess( in getDefaultLauncher()
226 runShortcutCommandForSuccess(instrumentation, "override-config " + config); in overrideConfig()
230 runShortcutCommandForSuccess(instrumentation, "reset-config"); in resetConfig()
234 runShortcutCommandForSuccess(instrumentation, "reset-throttling"); in resetThrottling()
238 runShortcutCommandForSuccess(instrumentation, "reset-all-throttling"); in resetAllThrottling()
243 runShortcutCommandForSuccess(instrumentation, "clear-shortcuts " in clearShortcuts()