Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2882 resetThrottlingInner(getCallingUserId()); in resetThrottling()
2885 void resetThrottlingInner(@UserIdInt int userId) { in resetThrottlingInner() method in ShortcutService
5080 resetThrottlingInner(mUserId);
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java336 mService.resetThrottlingInner(UserHandle.USER_SYSTEM); in testSetDynamicShortcuts()