Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
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()
DShortcutUser.java210 public ShortcutLauncher removeLauncher( in removeLauncher()
267 public void forPackageItem(@NonNull String packageName, @UserIdInt int packageUserId, in forPackageItem()
346 @UserIdInt int packageUserId) { in attemptToRestoreIfNeededAndSave()
DShortcutPackageItem.java53 int packageUserId, @NonNull String packageName, in ShortcutPackageItem()
DShortcutPackageInfo.java166 ShortcutService s, String packageName, @UserIdInt int packageUserId) { in generateForInstalledPackageForTest()
DShortcutPackage.java199 int packageUserId, String packageName, ShortcutPackageInfo spi) { in ShortcutPackage()
206 public ShortcutPackage(ShortcutUser shortcutUser, int packageUserId, String packageName) { in ShortcutPackage()
DShortcutService.java3033 private void cleanUpPackageForAllLoadedUsers(String packageName, @UserIdInt int packageUserId, in cleanUpPackageForAllLoadedUsers()
3073 void cleanUpPackageLocked(String packageName, int owningUserId, int packageUserId, in cleanUpPackageLocked()
DPackageManagerService.java5820 final int packageUserId = mPendingBroadcasts.userIdAt(n); in doHandleMessage() local