Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java1183 void throwIfUserLockedL(@UserIdInt int userId) { in throwIfUserLockedL() method in ShortcutService
1729 throwIfUserLockedL(userId); in setDynamicShortcuts()
1783 throwIfUserLockedL(userId); in updateShortcuts()
1868 throwIfUserLockedL(userId); in addDynamicShortcuts()
1927 throwIfUserLockedL(userId); in createShortcutResultIntent()
1948 throwIfUserLockedL(userId); in requestPinItem()
1986 throwIfUserLockedL(userId); in disableShortcuts()
2021 throwIfUserLockedL(userId); in enableShortcuts()
2048 throwIfUserLockedL(userId); in removeDynamicShortcuts()
2076 throwIfUserLockedL(userId); in removeAllDynamicShortcuts()
[all …]
DShortcutRequestPinProcessor.java250 mService.throwIfUserLockedL(launcherUserId); in requestPinItemLocked()
284 mService.throwIfUserLockedL(launcherUserId); in createShortcutResultIntent()