Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DIShortcutService.aidl62 void resetThrottling(); // system only API for developer opsions in resetThrottling() method
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutUser.java477 public void resetThrottling() { in resetThrottling() method
H A DShortcutPackage.java901 public void resetThrottling() { in resetThrottling() method in ShortcutPackage
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java296 public static void resetThrottling(Instrumentation instrumentation) { in resetThrottling() method in ShortcutManagerTestUtils