Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2297 resetThrottlingInner(getCallingUserId()); in resetThrottling()
2300 void resetThrottlingInner(@UserIdInt int userId) { in resetThrottlingInner() method in ShortcutService
4162 resetThrottlingInner(mUserId); in handleResetThrottling()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java317 mService.resetThrottlingInner(UserHandle.USER_SYSTEM); in testSetDynamicShortcuts()