Searched defs:resetThrottling (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutUser.java472 public void resetThrottling() { method in class:ShortcutUser
474 mPackages.valueAt(i).resetThrottling();
H A DShortcutPackage.java564 public void resetThrottling() { method in class:ShortcutPackage
H A DShortcutService.java2145 public void resetThrottling() { method in class:ShortcutService
2158 getUserShortcutsLocked(userId).resetThrottling();
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java229 public static void resetThrottling(Instrumentation instrumentation) { method in class:ShortcutManagerTestUtils

Completed in 908 milliseconds