Searched refs:canSeeAnyPinnedShortcut (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 2279 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()
|