Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutLauncher.java130 public void pinShortcuts(@UserIdInt int packageUserId, in pinShortcuts()
178 @UserIdInt int packageUserId) { in getPinnedShortcutIds()
194 public void addPinnedShortcut(@NonNull String packageName, @UserIdInt int packageUserId, in addPinnedShortcut()
209 boolean cleanUpPackage(String packageName, @UserIdInt int packageUserId) { in cleanUpPackage()
343 final int packageUserId = fromBackup ? ownerUserId in loadFromXml() local
420 ArraySet<String> getAllPinnedShortcutsForTest(String packageName, int packageUserId) { in getAllPinnedShortcutsForTest()
H A DShortcutUser.java180 public ShortcutLauncher removeLauncher( in removeLauncher()
237 public void forPackageItem(@NonNull String packageName, @UserIdInt int packageUserId, in forPackageItem()
316 @UserIdInt int packageUserId) { in attemptToRestoreIfNeededAndSave()
H A DShortcutPackageItem.java62 int packageUserId, @NonNull String packageName, in ShortcutPackageItem()
H A DShortcutPackageInfo.java166 ShortcutService s, String packageName, @UserIdInt int packageUserId) { in generateForInstalledPackageForTest()
H A DShortcutPackage.java202 int packageUserId, String packageName, ShortcutPackageInfo spi) { in ShortcutPackage()
210 public ShortcutPackage(ShortcutUser shortcutUser, int packageUserId, String packageName) { in ShortcutPackage()
H A DInstallPackageHelper.java2757 final int packageUserId = userIdToPackagesToComponents.keyAt(n); in sendPendingBroadcasts() local