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.java1150 void throwIfUserLockedL(@UserIdInt int userId) { in throwIfUserLockedL() method in ShortcutService
1679 throwIfUserLockedL(userId); in setDynamicShortcuts()
1730 throwIfUserLockedL(userId); in updateShortcuts()
1810 throwIfUserLockedL(userId); in addDynamicShortcuts()
1869 throwIfUserLockedL(userId); in createShortcutResultIntent()
1890 throwIfUserLockedL(userId); in requestPinItem()
1912 throwIfUserLockedL(userId); in disableShortcuts()
1941 throwIfUserLockedL(userId); in enableShortcuts()
1963 throwIfUserLockedL(userId); in removeDynamicShortcuts()
1987 throwIfUserLockedL(userId); in removeAllDynamicShortcuts()
[all …]
DShortcutRequestPinProcessor.java250 mService.throwIfUserLockedL(launcherUserId); in requestPinItemLocked()
284 mService.throwIfUserLockedL(launcherUserId); in createShortcutResultIntent()