Searched refs:pu (Results 1 – 2 of 2) sorted by relevance
108 final PackageWithUser pu = pinnedPackages.get(i); in onRestoreBlocked() local109 final ShortcutPackage p = mShortcutUser.getPackageShortcutsIfExists(pu.packageName); in onRestoreBlocked()138 final PackageWithUser pu = PackageWithUser.of(packageUserId, packageName); in pinShortcuts() local142 mPinnedShortcuts.remove(pu); in pinShortcuts()144 final ArraySet<String> prevSet = mPinnedShortcuts.get(pu); in pinShortcuts()168 mPinnedShortcuts.put(pu, newSet); in pinShortcuts()244 final PackageWithUser pu = mPinnedShortcuts.keyAt(i); in saveToXml() local246 if (forBackup && (pu.userId != getOwnerUserId())) { in saveToXml()251 ShortcutService.writeAttr(out, ATTR_PACKAGE_NAME, pu.packageName); in saveToXml()252 ShortcutService.writeAttr(out, ATTR_PACKAGE_USER_ID, pu.userId); in saveToXml()[all …]
3858 final PackageWithUser pu = gonePackages.get(i);3859 cleanUpPackageLocked(pu.packageName, ownerUserId, pu.userId,