Home
last modified time | relevance | path

Searched refs:throwIfUserLockedL (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java1191 void throwIfUserLockedL(@UserIdInt int userId) { in throwIfUserLockedL() method in ShortcutService
1756 throwIfUserLockedL(userId); in setDynamicShortcuts()
1811 throwIfUserLockedL(userId); in updateShortcuts()
1897 throwIfUserLockedL(userId); in addDynamicShortcuts()
1957 throwIfUserLockedL(userId); in createShortcutResultIntent()
1979 throwIfUserLockedL(userId); in requestPinItem()
2017 throwIfUserLockedL(userId); in disableShortcuts()
2052 throwIfUserLockedL(userId); in enableShortcuts()
2079 throwIfUserLockedL(userId); in removeDynamicShortcuts()
2107 throwIfUserLockedL(userId); in removeAllDynamicShortcuts()
[all …]
DShortcutRequestPinProcessor.java250 mService.throwIfUserLockedL(launcherUserId); in requestPinItemLocked()
284 mService.throwIfUserLockedL(launcherUserId); in createShortcutResultIntent()
/frameworks/base/services/
Dart-profile11686 HSPLcom/android/server/pm/ShortcutService;->throwIfUserLockedL(I)V