Searched defs:launcherUserId (Results 1 – 6 of 6) sorted by relevance
| /frameworks/base/core/java/android/content/pm/ |
| D | ShortcutServiceInternal.java | 42 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/ |
| D | ShortcutLauncher.java | 66 @UserIdInt int launcherUserId, ShortcutPackageInfo spi) { in ShortcutLauncher() 74 @UserIdInt int launcherUserId) { in ShortcutLauncher() 201 final int launcherUserId = in loadFromXml() local
|
| D | ShortcutService.java | 1135 @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()
|
| D | ShortcutUser.java | 203 @UserIdInt int launcherUserId) { in getLauncherShortcuts()
|
| D | LauncherAppsService.java | 780 final int launcherUserId = cookie.user.getIdentifier(); in onShortcutChangedInner() local
|
| D | ShortcutPackage.java | 542 @Nullable String callingLauncher, int launcherUserId) { in findAll()
|