Searched refs:pu (Results 1 – 2 of 2) sorted by relevance
100 final PackageWithUser pu = pinnedPackages.get(i); in onRestoreBlocked() local101 final ShortcutPackage p = mShortcutUser.getPackageShortcutsIfExists(pu.packageName); in onRestoreBlocked()130 final PackageWithUser pu = PackageWithUser.of(packageUserId, packageName); in pinShortcuts() local134 mPinnedShortcuts.remove(pu); in pinShortcuts()136 final ArraySet<String> prevSet = mPinnedShortcuts.get(pu); in pinShortcuts()160 mPinnedShortcuts.put(pu, newSet); in pinShortcuts()236 final PackageWithUser pu = mPinnedShortcuts.keyAt(i); in saveToXml() local238 if (forBackup && (pu.userId != getOwnerUserId())) { in saveToXml()243 ShortcutService.writeAttr(out, ATTR_PACKAGE_NAME, pu.packageName); in saveToXml()244 ShortcutService.writeAttr(out, ATTR_PACKAGE_USER_ID, pu.userId); in saveToXml()[all …]
2962 final PackageWithUser pu = gonePackages.get(i); in checkPackageChanges() local2963 cleanUpPackageLocked(pu.packageName, ownerUserId, pu.userId, in checkPackageChanges()