Searched refs:pu (Results 1 – 2 of 2) sorted by relevance
94 final PackageWithUser pu = pinnedPackages.get(i); in onRestoreBlocked() local95 final ShortcutPackage p = mShortcutUser.getPackageShortcutsIfExists(pu.packageName); in onRestoreBlocked()118 final PackageWithUser pu = PackageWithUser.of(packageUserId, packageName); in pinShortcuts() local122 mPinnedShortcuts.remove(pu); in pinShortcuts()124 final ArraySet<String> prevSet = mPinnedShortcuts.get(pu); in pinShortcuts()142 mPinnedShortcuts.put(pu, newSet); in pinShortcuts()214 final PackageWithUser pu = mPinnedShortcuts.keyAt(i); in saveToXml() local216 if (forBackup && (pu.userId != getOwnerUserId())) { in saveToXml()221 ShortcutService.writeAttr(out, ATTR_PACKAGE_NAME, pu.packageName); in saveToXml()222 ShortcutService.writeAttr(out, ATTR_PACKAGE_USER_ID, pu.userId); in saveToXml()[all …]
2782 final PackageWithUser pu = gonePackages.get(i); in checkPackageChanges() local2783 cleanUpPackageLocked(pu.packageName, ownerUserId, pu.userId, in checkPackageChanges()