Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2279 if (canSeeAnyPinnedShortcut(callingPackage, userId, callingPid, callingUid)) { in hasShortcutHostPermission()
2290 boolean canSeeAnyPinnedShortcut(@NonNull String callingPackage, int userId, in canSeeAnyPinnedShortcut() method in ShortcutService
2561 canSeeAnyPinnedShortcut(callingPackage, launcherUserId, callingPid, callingUid); in getShortcutsInnerLocked()
2678 canSeeAnyPinnedShortcut(callingPackage, launcherUserId, in createShortcutIntents()