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.java2867 resetThrottlingInner(getCallingUserId()); in resetThrottling()
2870 void resetThrottlingInner(@UserIdInt int userId) { in resetThrottlingInner() method in ShortcutService
5065 resetThrottlingInner(mUserId);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java336 mService.resetThrottlingInner(UserHandle.USER_SYSTEM); in testSetDynamicShortcuts()