Searched refs:mPinnedShortcuts (Results 1 – 1 of 1) sorted by relevance
64 final private ArrayMap<PackageWithUser, ArraySet<String>> mPinnedShortcuts = new ArrayMap<>(); field in ShortcutLauncher91 new ArrayList<>(mPinnedShortcuts.keySet()); in onRestoreBlocked()92 mPinnedShortcuts.clear(); in onRestoreBlocked()122 mPinnedShortcuts.remove(pu); in pinShortcuts()124 final ArraySet<String> prevSet = mPinnedShortcuts.get(pu); in pinShortcuts()142 mPinnedShortcuts.put(pu, newSet); in pinShortcuts()153 return mPinnedShortcuts.get(PackageWithUser.of(packageUserId, packageName)); in getPinnedShortcutIds()184 return mPinnedShortcuts.remove(PackageWithUser.of(packageUserId, packageName)) != null; in cleanUpPackage()203 final int size = mPinnedShortcuts.size(); in saveToXml()214 final PackageWithUser pu = mPinnedShortcuts.keyAt(i); in saveToXml()[all …]