Home
last modified time | relevance | path

Searched defs:launcherUserId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java42 getShortcuts(int launcherUserId, in getShortcuts()
49 isPinnedByCaller(int launcherUserId, @NonNull String callingPackage, in isPinnedByCaller()
52 public abstract void pinShortcuts(int launcherUserId, in pinShortcuts()
57 int launcherUserId, @NonNull String callingPackage, in createShortcutIntents()
62 public abstract int getShortcutIconResId(int launcherUserId, @NonNull String callingPackage, in getShortcutIconResId()
65 public abstract ParcelFileDescriptor getShortcutIconFd(int launcherUserId, in getShortcutIconFd()
69 public abstract boolean hasShortcutHostPermission(int launcherUserId, in hasShortcutHostPermission()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutLauncher.java66 @UserIdInt int launcherUserId, ShortcutPackageInfo spi) { in ShortcutLauncher()
74 @UserIdInt int launcherUserId) { in ShortcutLauncher()
201 final int launcherUserId = in loadFromXml() local
DShortcutService.java1135 @UserIdInt int launcherUserId) { in getLauncherShortcutsLocked()
2210 public List<ShortcutInfo> getShortcuts(int launcherUserId, in getShortcuts()
2248 private void getShortcutsInnerLocked(int launcherUserId, @NonNull String callingPackage, in getShortcutsInnerLocked()
2292 public boolean isPinnedByCaller(int launcherUserId, @NonNull String callingPackage, in isPinnedByCaller()
2311 int launcherUserId, @NonNull String callingPackage, in getShortcutInfoLocked()
2333 public void pinShortcuts(int launcherUserId, in pinShortcuts()
2356 public Intent[] createShortcutIntents(int launcherUserId, in createShortcutIntents()
2390 public int getShortcutIconResId(int launcherUserId, @NonNull String callingPackage, in getShortcutIconResId()
2416 public ParcelFileDescriptor getShortcutIconFd(int launcherUserId, in getShortcutIconFd()
2456 public boolean hasShortcutHostPermission(int launcherUserId, in hasShortcutHostPermission()
DShortcutUser.java203 @UserIdInt int launcherUserId) { in getLauncherShortcuts()
DLauncherAppsService.java780 final int launcherUserId = cookie.user.getIdentifier(); in onShortcutChangedInner() local
DShortcutPackage.java542 @Nullable String callingLauncher, int launcherUserId) { in findAll()